Class: Aws::RedshiftServerless::Types::UpdateCustomDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateCustomDomainAssociationRequest
- 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_name ⇒ String
The custom domain name associated 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). This is optional.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3184 class UpdateCustomDomainAssociationRequest < Struct.new( :custom_domain_certificate_arn, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name associated with the workgroup.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3184 class UpdateCustomDomainAssociationRequest < Struct.new( :custom_domain_certificate_arn, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup associated with the database.
3184 3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3184 class UpdateCustomDomainAssociationRequest < Struct.new( :custom_domain_certificate_arn, :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |