You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::CreateDomainNameInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDomainNameInput
 
- Defined in:
- (unknown)
Overview
Represents the input parameters for a CreateDomainName request.
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The domain name. 
- 
  
    
      #domain_name_configurations  ⇒ Array<Types::DomainNameConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The domain name configurations. 
- 
  
    
      #mutual_tls_authentication  ⇒ Types::MutualTlsAuthenticationInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The mutual TLS authentication configuration for a custom domain name. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The collection of tags associated with a domain name. 
Instance Attribute Details
#domain_name ⇒ String
The domain name.
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
The mutual TLS authentication configuration for a custom domain name.
#tags ⇒ Hash<String,String>
The collection of tags associated with a domain name.