Class: Aws::Redshift::Types::CreateCustomDomainAssociationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The identifier of the cluster that the custom domain is associated with.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2659

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_timeString

The expiration time for the certificate for the custom domain.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2659

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_arnString

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

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2659

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_nameString

The custom domain name for the association result.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2659

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