repositories_list_only
Lists repositories
in a region or regions, for all properties use repositories
Overview
Name | repositories_list_only |
Type | Resource |
Description | The resource schema to create a CodeArtifact repository. |
Id | aws.codeartifact.repositories_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all repositories
in a region.
SELECT
region,
arn
FROM aws.codeartifact.repositories_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the repositories_list_only
resource, see repositories