deployments_list_only
Lists deployments in a region or regions, for all properties use deployments
Overview
| Name | deployments_list_only |
| Type | Resource |
| Description | Definition of AWS::LaunchWizard::Deployment Resource Type |
| Id | aws.launchwizard.deployments_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | ARN of the LaunchWizard deployment |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all deployments in a region.
SELECT
region,
arn
FROM aws.launchwizard.deployments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deployments_list_only resource, see deployments