aws.controlcatalog.list_domains
Example SQL Queries
SELECT * FROMaws.controlcatalog.list_domains;Description
Returns a paginated list of domains from the Amazon Web Services Control Catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The Amazon Resource Name (ARN) that identifies the domain. | VARCHAR |
| create_time The time when the domain was created. | TIMESTAMP_S |
| description The description of the domain. | VARCHAR |
| last_update_time The time when the domain was most recently updated. | TIMESTAMP_S |
| name The name of the domain. | VARCHAR |