Skip to main content

application_versions_list_only

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

Overview

Nameapplication_versions_list_only
TypeResource
DescriptionResource Type definition for AWS::ElasticBeanstalk::ApplicationVersion
Idaws.elasticbeanstalk.application_versions_list_only

Fields

NameDatatypeDescription
idstring
application_namestringThe name of the Elastic Beanstalk application that is associated with this application version.
descriptionstringA description of this application version.
source_bundleobjectThe Amazon S3 bucket and key that identify the location of the source bundle for this version.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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