aws.datazone.list_domains
Example SQL Queries
SELECT * FROMaws.datazone.list_domains;Description
Lists Amazon DataZone domains.
Table Definition
| Column Name | Column Data Type |
|---|---|
| status Input Column The status of the Amazon DataZone domain. | 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 |
| arn The ARN of the Amazon DataZone domain. | VARCHAR |
| created_at A timestamp of when a Amazon DataZone domain was created. | TIMESTAMP_S |
| description A description of an Amazon DataZone domain. | VARCHAR |
| id The ID of the Amazon DataZone domain. | VARCHAR |
| last_updated_at A timestamp of when a Amazon DataZone domain was last updated. | TIMESTAMP_S |
| managed_account_id The identifier of the Amazon Web Services account that manages the domain. | VARCHAR |
| name A name of an Amazon DataZone domain. | VARCHAR |
| portal_url The data portal URL for the Amazon DataZone domain. | VARCHAR |