aws.redshift_serverless.get_custom_domain_association
Example SQL Queries
SELECT * FROMaws.redshift_serverless.get_custom_domain_associationWHERE"custom_domain_name" = 'VALUE'AND "workgroup_name" = 'VALUE';Description
Gets information about a specific custom domain association.
Table Definition
| Column Name | Column Data Type |
|---|---|
| custom_domain_name Required Input Column The custom domain name associated with the workgroup. | VARCHAR |
| workgroup_name Required Input Column The name of the workgroup associated with the database. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| custom_domain_certificate_arn The custom domain name’s certificate Amazon resource name (ARN). | VARCHAR |
| custom_domain_certificate_expiry_time The expiration time for the certificate. | TIMESTAMP_S |