class
Amazonite::ApiGateway::DomainNameAccessAssociation
- Amazonite::ApiGateway::DomainNameAccessAssociation
- Reference
- Object
Overview
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.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/domain_name_access_association.crConstructors
- .new(pull : JSON::PullParser)
- .new(domain_name_access_association_arn : String | Nil = nil, domain_name_arn : String | Nil = nil, access_association_source_type : AccessAssociationSourceType | Nil = nil, access_association_source : String | Nil = nil, tags : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_association_source : String | Nil
The ARN of the domain name access association source.
-
#access_association_source=(access_association_source : String | Nil)
The ARN of the domain name access association source.
-
#access_association_source_type : AccessAssociationSourceType | Nil
The type of the domain name access association source.
-
#access_association_source_type=(access_association_source_type : AccessAssociationSourceType | Nil)
The type of the domain name access association source.
-
#domain_name_access_association_arn : String | Nil
The ARN of the domain name access association resource.
-
#domain_name_access_association_arn=(domain_name_access_association_arn : String | Nil)
The ARN of the domain name access association resource.
-
#domain_name_arn : String | Nil
The ARN of the domain name.
-
#domain_name_arn=(domain_name_arn : String | Nil)
The ARN of the domain name.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Hash(String, String) | Nil
The collection of tags.
-
#tags=(tags : Hash(String, String) | Nil)
The collection of tags.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.
The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.
The type of the domain name access association source.
The type of the domain name access association source.
The ARN of the domain name access association resource.
The ARN of the domain name access association resource.
The collection of tags. Each tag element is associated with a given resource.
The collection of tags. Each tag element is associated with a given resource.