package_groups_list_only
Lists package_groups in a region or regions, for all properties use package_groups
Overview
| Name | package_groups_list_only |
| Type | Resource |
| Description | The resource schema to create a CodeArtifact package group. |
| Id | aws.codeartifact.package_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The ARN of the package group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all package_groups in a region.
SELECT
region,
arn
FROM aws.codeartifact.package_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the package_groups_list_only resource, see package_groups