package_group_tags
Expands all tag keys and values for package_groups
in a region
Overview
Name | package_group_tags |
Type | Resource |
Description | The resource schema to create a CodeArtifact package group. |
Id | aws.codeartifact.package_group_tags |
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. |
arn | string | The ARN of the package group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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