Class: Aws::RedshiftServerless::Types::CreateCustomDomainAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateCustomDomainAssociationResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_domain_certificate_arn ⇒ String
The custom domain name’s certificate Amazon resource name (ARN).
-
#custom_domain_certificate_expiry_time ⇒ Time
The expiration time for the certificate.
-
#custom_domain_name ⇒ String
The custom domain name to associate with the workgroup.
-
#workgroup_name ⇒ String
The name of the workgroup associated with the database.
Instance Attribute Details
#custom_domain_certificate_arn ⇒ String
The custom domain name’s certificate Amazon resource name (ARN).
185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 185 class CreateCustomDomainAssociationResponse < Struct.new( :custom_domain_certificate_arn, :custom_domain_certificate_expiry_time, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#custom_domain_certificate_expiry_time ⇒ Time
The expiration time for the certificate.
185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 185 class CreateCustomDomainAssociationResponse < Struct.new( :custom_domain_certificate_arn, :custom_domain_certificate_expiry_time, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name to associate with the workgroup.
185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 185 class CreateCustomDomainAssociationResponse < Struct.new( :custom_domain_certificate_arn, :custom_domain_certificate_expiry_time, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup associated with the database.
185 186 187 188 189 190 191 192 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 185 class CreateCustomDomainAssociationResponse < Struct.new( :custom_domain_certificate_arn, :custom_domain_certificate_expiry_time, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |