Skip to main content

package_group_tags

Expands all tag keys and values for package_groups in a region

Overview

Namepackage_group_tags
TypeResource
DescriptionThe resource schema to create a CodeArtifact package group.
Idaws.codeartifact.package_group_tags

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.
arnstringThe ARN of the package group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all package_groups in a region.

SELECT
region,
domain_name,
domain_owner,
pattern,
contact_info,
description,
origin_configuration,
arn,
tag_key,
tag_value
FROM aws.codeartifact.package_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the package_group_tags resource, see package_groups