Create Domain Name Access Association
| 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¶
Description¶
Creates a domain name access association resource between an access association source and a private custom domain name.
Usage¶
apigateway_create_domain_name_access_association(domainNameArn,
  accessAssociationSourceType, accessAssociationSource, tags)
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.  | 
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   | 
Value¶
A list with the following syntax:
list(
  domainNameAccessAssociationArn = "string",
  domainNameArn = "string",
  accessAssociationSourceType = "VPCE",
  accessAssociationSource = "string",
  tags = list(
    "string"
  )
)
Request syntax¶
svc$create_domain_name_access_association(
  domainNameArn = "string",
  accessAssociationSourceType = "VPCE",
  accessAssociationSource = "string",
  tags = list(
    "string"
  )
)