repository_tags
Expands all tag keys and values for repositories
in a region
Overview
Name | repository_tags |
Type | Resource |
Description | The resource schema to create a CodeArtifact repository. |
Id | aws.codeartifact.repository_tags |
Fields
Name | Datatype | Description |
---|---|---|
repository_name | string | The name of the repository. |
name | string | The name of the repository. This is used for GetAtt |
domain_name | string | The name of the domain that contains the repository. |
domain_owner | string | The 12-digit account ID of the AWS account that owns the domain. |
description | string | A text description of the repository. |
arn | string | The ARN of the repository. |
external_connections | array | A list of external connections associated with the repository. |
upstreams | array | A list of upstream repositories associated with the repository. |
permissions_policy_document | object | The access control resource policy on the provided repository. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all repositories
in a region.
SELECT
region,
repository_name,
name,
domain_name,
domain_owner,
description,
arn,
external_connections,
upstreams,
permissions_policy_document,
tag_key,
tag_value
FROM aws.codeartifact.repository_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the repository_tags
resource, see repositories