deployment_tags
Expands all tag keys and values for deployments
in a region
Overview
Name | deployment_tags |
Type | Resource |
Description | Resource for Greengrass V2 deployment. |
Id | aws.greengrassv2.deployment_tags |
Fields
Name | Datatype | Description |
---|---|---|
target_arn | string | |
parent_target_arn | string | |
deployment_id | string | |
deployment_name | string | |
components | object | |
iot_job_configuration | object | |
deployment_policies | object | |
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 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