Creates 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.
apigateway_create_domain_name_access_association(
domainNameArn,
accessAssociationSourceType,
accessAssociationSource,
tags = NULL
)
[required] The ARN of the domain name.
[required] The type of the domain name access association source.
[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.