Creates a domain name access association resource between an access association source and a private custom domain name
Source:R/apigateway_operations.R
apigateway_create_domain_name_access_association.RdCreates a domain name access association resource between an access association source and a private custom domain name.
See https://www.paws-r-sdk.com/docs/apigateway_create_domain_name_access_association/ for full documentation.
Usage
apigateway_create_domain_name_access_association(
domainNameArn,
accessAssociationSourceType,
accessAssociationSource,
tags = NULL
)Arguments
- domainNameArn
[required] The ARN of the domain name.
- accessAssociationSourceType
[required] The type of the domain name access association source.
- accessAssociationSource
[required] The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with
aws:. The tag value can be up to 256 characters.