Skip to content

Api Gateway  >  Structures  >  DomainNameAccessAssociation

DomainNameAccessAssociation

Structure Class

DomainNameAccessAssociation dataclass

Represents a domain name access association between an access association source and a private custom domain name. With a domain name access association, an access association source can invoke a private custom domain name while isolated from the public internet.

Attributes

access_association_source class-attribute instance-attribute
access_association_source: str | None = None

The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.

access_association_source_type class-attribute instance-attribute
access_association_source_type: AccessAssociationSourceType | None = None

The type of the domain name access association source.

domain_name_access_association_arn class-attribute instance-attribute
domain_name_access_association_arn: str | None = None

The ARN of the domain name access association resource.

domain_name_arn class-attribute instance-attribute
domain_name_arn: str | None = None

The ARN of the domain name.

tags class-attribute instance-attribute
tags: dict[str, str] | None = None

The collection of tags. Each tag element is associated with a given resource.