You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudSearch::Types::CreateDomainRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudSearch::Types::CreateDomainRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing CreateDomainRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  domain_name: "DomainName", # required
}
Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A name for the domain you are creating. 
Instance Attribute Details
#domain_name ⇒ String
A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.