Class: Aws::APIGateway::Types::DomainNameAccessAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DomainNameAccessAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_association_source ⇒ String
The ARN of the domain name access association source.
-
#access_association_source_type ⇒ String
The type of the domain name access association source.
-
#domain_name_access_association_arn ⇒ String
The ARN of the domain name access association resource.
-
#domain_name_arn ⇒ String
The ARN of the domain name.
-
#tags ⇒ Hash<String,String>
The collection of tags.
Instance Attribute Details
#access_association_source ⇒ String
The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.
2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2071 class DomainNameAccessAssociation < Struct.new( :domain_name_access_association_arn, :domain_name_arn, :access_association_source_type, :access_association_source, :tags) SENSITIVE = [] include Aws::Structure end |
#access_association_source_type ⇒ String
The type of the domain name access association source.
2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2071 class DomainNameAccessAssociation < Struct.new( :domain_name_access_association_arn, :domain_name_arn, :access_association_source_type, :access_association_source, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_access_association_arn ⇒ String
The ARN of the domain name access association resource.
2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2071 class DomainNameAccessAssociation < Struct.new( :domain_name_access_association_arn, :domain_name_arn, :access_association_source_type, :access_association_source, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_arn ⇒ String
The ARN of the domain name.
2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2071 class DomainNameAccessAssociation < Struct.new( :domain_name_access_association_arn, :domain_name_arn, :access_association_source_type, :access_association_source, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2071 class DomainNameAccessAssociation < Struct.new( :domain_name_access_association_arn, :domain_name_arn, :access_association_source_type, :access_association_source, :tags) SENSITIVE = [] include Aws::Structure end |