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 |
---|---|---|
domain_name | string | The name of the domain that contains the package group. |
domain_owner | string | The 12-digit account ID of the AWS account that owns the domain. |
pattern | string | The package group pattern that is used to gather packages. |
contact_info | string | The contact info of the package group. |
description | string | The text description of the package group. |
origin_configuration | object | The package origin configuration of the package group. |
tags | array | An array of key-value pairs to apply to the package group. |
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