Class: Aws::Redshift::Types::CreateCustomDomainAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::CreateCustomDomainAssociationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the cluster that the custom domain is associated with.
 - 
  
    
      #custom_domain_cert_expiry_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expiration time for the certificate for the custom domain.
 - 
  
    
      #custom_domain_certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
 - 
  
    
      #custom_domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom domain name for the association result.
 
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster that the custom domain is associated with.
      2658 2659 2660 2661 2662 2663 2664 2665  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2658 class CreateCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_domain_cert_expiry_time ⇒ String
The expiration time for the certificate for the custom domain.
      2658 2659 2660 2661 2662 2663 2664 2665  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2658 class CreateCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_domain_certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
      2658 2659 2660 2661 2662 2663 2664 2665  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2658 class CreateCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end  | 
  
#custom_domain_name ⇒ String
The custom domain name for the association result.
      2658 2659 2660 2661 2662 2663 2664 2665  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2658 class CreateCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end  |