Class: Aws::Redshift::Types::CreateCustomDomainAssociationMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The cluster identifier that the custom domain is associated with.

Returns:

  • (String)


2631
2632
2633
2634
2635
2636
2637
# File 'lib/aws-sdk-redshift/types.rb', line 2631

class CreateCustomDomainAssociationMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_certificate_arnString

The certificate Amazon Resource Name (ARN) for the custom domain name association.

Returns:

  • (String)


2631
2632
2633
2634
2635
2636
2637
# File 'lib/aws-sdk-redshift/types.rb', line 2631

class CreateCustomDomainAssociationMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name for a custom domain association.

Returns:

  • (String)


2631
2632
2633
2634
2635
2636
2637
# File 'lib/aws-sdk-redshift/types.rb', line 2631

class CreateCustomDomainAssociationMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end