Class: Aws::Redshift::Types::ModifyCustomDomainAssociationMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::ModifyCustomDomainAssociationMessage
 
- 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 to change a custom domain association for. 
- 
  
    
      #custom_domain_certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The certificate Amazon Resource Name (ARN) for the changed custom domain association. 
- 
  
    
      #custom_domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The custom domain name for a changed custom domain association. 
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster to change a custom domain association for.
| 8393 8394 8395 8396 8397 8398 8399 | # File 'lib/aws-sdk-redshift/types.rb', line 8393 class ModifyCustomDomainAssociationMessage < 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 changed custom domain association.
| 8393 8394 8395 8396 8397 8398 8399 | # File 'lib/aws-sdk-redshift/types.rb', line 8393 class ModifyCustomDomainAssociationMessage < 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 changed custom domain association.
| 8393 8394 8395 8396 8397 8398 8399 | # File 'lib/aws-sdk-redshift/types.rb', line 8393 class ModifyCustomDomainAssociationMessage < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier) SENSITIVE = [] include Aws::Structure end |