Class: Aws::Redshift::Types::CreateCustomDomainAssociationMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::CreateCustomDomainAssociationMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster identifier that the custom domain is associated with.
 - 
  
    
      #custom_domain_certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate Amazon Resource Name (ARN) for the custom domain name association.
 - 
  
    
      #custom_domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom domain name for a custom domain association.
 
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier that the custom domain is associated with.
      2630 2631 2632 2633 2634 2635 2636  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2630 class CreateCustomDomainAssociationMessage < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_domain_certificate_arn ⇒ String
The certificate Amazon Resource Name (ARN) for the custom domain name association.
      2630 2631 2632 2633 2634 2635 2636  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2630 class CreateCustomDomainAssociationMessage < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_domain_name ⇒ String
The custom domain name for a custom domain association.
      2630 2631 2632 2633 2634 2635 2636  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2630 class CreateCustomDomainAssociationMessage < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier) SENSITIVE = [] include Aws::Structure end  |