aws.redshift_serverless.list_custom_domain_associations
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_custom_domain_associations;Description
Lists custom domain associations for Amazon Redshift Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| custom_domain_certificate_arn Input Column The custom domain name’s certificate Amazon resource name (ARN). | VARCHAR |
| custom_domain_name Input Column The custom domain name associated with the workgroup. | 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_expiry_time The expiration time for the certificate. | TIMESTAMP_S |
| workgroup_name The name of the workgroup associated with the database. | VARCHAR |