deployments_list_only
Lists deployments
in a region or regions, for all properties use deployments
Overview
Name | deployments_list_only |
Type | Resource |
Description | Resource for Greengrass V2 deployment. |
Id | aws.greengrassv2.deployments_list_only |
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 | |
tags | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all deployments
in a region.
SELECT
region,
deployment_id
FROM aws.greengrassv2.deployments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deployments_list_only
resource, see deployments