aws.codeartifact.list_domains
Example SQL Queries
SELECT * FROMaws.codeartifact.list_domains;Description
Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call. Each returned DomainSummary object contains information about a domain.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the domain. | VARCHAR |
| created_time A timestamp that contains the date and time the domain was created. | TIMESTAMP_S |
| encryption_key The key used to encrypt the domain. | VARCHAR |
| name The name of the domain. | VARCHAR |
| owner The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. | VARCHAR |
| status A string that contains the status of the domain. | VARCHAR |