aws.redshift.describe_custom_domain_associations
Example SQL Queries
SELECT * FROMaws.redshift.describe_custom_domain_associations;Description
Contains information about custom domain associations for a cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| custom_domain_certificate_arn Input Column The Amazon Resource Name (ARN) for the certificate associated with the custom domain. | VARCHAR |
| custom_domain_name Input Column The custom domain name for the custom domain association. | 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 |
| certificate_associations A list of all associated clusters and domain names tied to a specific certificate. | STRUCT( |
Show child fields
| |
| custom_domain_certificate_expiry_date The expiration date for the certificate. | TIMESTAMP_S |