Class: Aws::APIGateway::Types::DomainNameAccessAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_association_sourceString

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

Returns:

  • (String)


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_typeString

The type of the domain name access association source.

Returns:

  • (String)


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_arnString

The ARN of the domain name access association resource.

Returns:

  • (String)


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_arnString

The ARN of the domain name.

Returns:

  • (String)


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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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