aws.codeartifact.describe_repository
Example SQL Queries
SELECT * FROMaws.codeartifact.describe_repositoryWHERE"domain" = 'VALUE'AND "repository" = 'VALUE';Description
Returns a RepositoryDescription object that contains detailed information about the requested repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain that contains the repository to describe. | VARCHAR |
| 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_repository Input Column | VARCHAR |
| repository A RepositoryDescription object that contains the requested repository information. | STRUCT( |
Show child fields
| |