apigateway_create_domain_name_access_association: Creates a domain name access association resource between an...

View source: R/apigateway_operations.R

apigateway_create_domain_name_access_associationR 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.

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.

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 ⁠aws:⁠. The tag value can be up to 256 characters.


paws.networking documentation built on April 3, 2025, 5:54 p.m.