class Amazonite::ApiGateway::CreateDomainNameAccessAssociationRequest

Included Modules

Defined in:

api_gateway/create_domain_name_access_association_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain_name_arn : String, access_association_source_type : AccessAssociationSourceType, access_association_source : String, tags : Hash(String, String) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def access_association_source : String #

The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.


[View source]
def access_association_source=(access_association_source : String) #

The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.


[View source]
def access_association_source_type : AccessAssociationSourceType #

The type of the domain name access association source.


[View source]
def access_association_source_type=(access_association_source_type : AccessAssociationSourceType) #

The type of the domain name access association source.


[View source]
def domain_name_arn : String #

The ARN of the domain name.


[View source]
def domain_name_arn=(domain_name_arn : String) #

The ARN of the domain name.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def tags : Hash(String, String) | Nil #

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.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

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.


[View source]
def validate! : Nil #

[View source]