application_versions_list_only
Lists application_versions
in a region or regions, for all properties use application_versions
Overview
Name | application_versions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion |
Id | aws.elasticbeanstalk.application_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
application_name | string | The name of the Elastic Beanstalk application that is associated with this application version. |
description | string | A description of this application version. |
source_bundle | object | The Amazon S3 bucket and key that identify the location of the source bundle for this version. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all application_versions
in a region.
SELECT
region,
application_name,
id
FROM aws.elasticbeanstalk.application_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_versions_list_only
resource, see application_versions