Skip to main content

deployment_tags

Expands all tag keys and values for deployments in a region

Overview

Namedeployment_tags
TypeResource
DescriptionResource for Greengrass V2 deployment.
Idaws.greengrassv2.deployment_tags

Fields

NameDatatypeDescription
target_arnstring
parent_target_arnstring
deployment_idstring
deployment_namestring
componentsobject
iot_job_configurationobject
deployment_policiesobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all deployments in a region.

SELECT
region,
target_arn,
parent_target_arn,
deployment_id,
deployment_name,
components,
iot_job_configuration,
deployment_policies,
tag_key,
tag_value
FROM aws.greengrassv2.deployment_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the deployment_tags resource, see deployments