deployments_list_only
Lists deployments
in a region or regions, for all properties use deployments
Overview
Name | deployments_list_only |
Type | Resource |
Description | Represents a deployment resource of an AWS Mainframe Modernization (M2) application to a specified environment |
Id | aws.m2.deployments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | The application ID. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all deployments
in a region.
SELECT
region,
application_id
FROM aws.m2.deployments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deployments_list_only
resource, see deployments