Skip to main content

deployments_list_only

Lists deployments in a region or regions, for all properties use deployments

Overview

Namedeployments_list_only
TypeResource
DescriptionDefinition of AWS::LaunchWizard::Deployment Resource Type
Idaws.launchwizard.deployments_list_only

Fields

NameDatatypeDescription
arnstringARN of the LaunchWizard deployment
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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