aws.codeartifact.describe_domain
Example SQL Queries
SELECT * FROMaws.codeartifact.describe_domainWHERE"domain" = 'VALUE';Description
Returns a DomainDescription object that contains information about the requested domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_owner Input Column The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. | 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 |
| _input_domain Input Column | VARCHAR |
| domain Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories. | STRUCT( |
Show child fields
| |