aws.cognito_idp.describe_user_pool_domain
Example SQL Queries
SELECT * FROMaws.cognito_idp.describe_user_pool_domainWHERE"domain" = 'VALUE';Description
Gets information about a domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth. | 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 |
| domain_description A domain description object containing information about the domain. | STRUCT( |
Show child fields
| |