View source: R/apigateway_operations.R
apigateway_create_domain_name_access_association | R Documentation |
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
)
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. |
tags |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.