deployments_list_only
Lists deployments in a region or regions, for all properties use deployments
Overview
| Name | deployments_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::AppConfig::Deployment |
| Id | aws.appconfig.deployments_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
environment_id | string | The environment ID. |
deployment_number | string | The sequence number of the deployment. |
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,
environment_id,
deployment_number
FROM aws.appconfig.deployments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deployments_list_only resource, see deployments