Skip to main content

package_groups_list_only

Lists package_groups in a region or regions, for all properties use package_groups

Overview

Namepackage_groups_list_only
TypeResource
DescriptionThe resource schema to create a CodeArtifact package group.
Idaws.codeartifact.package_groups_list_only

Fields

NameDatatypeDescription
domain_namestringThe name of the domain that contains the package group.
domain_ownerstringThe 12-digit account ID of the AWS account that owns the domain.
patternstringThe package group pattern that is used to gather packages.
contact_infostringThe contact info of the package group.
descriptionstringThe text description of the package group.
origin_configurationobjectThe package origin configuration of the package group.
tagsarrayAn array of key-value pairs to apply to the package group.
arnstringThe ARN of the package group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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