Skip to main content

application_version

Gets an individual application_version resource

Overview

Nameapplication_version
TypeResource
Descriptionapplication_version
Idawscc.elasticbeanstalk.application_version

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
application_name,
description,
source_bundle
FROM awscc.elasticbeanstalk.application_version
WHERE data__Identifier = '<ApplicationName>|<Id>';

Permissions

To operate on the application_version resource, the following permissions are required:

Read

elasticbeanstalk:DescribeApplicationVersions

Update

elasticbeanstalk:UpdateApplicationVersion

Delete

elasticbeanstalk:DeleteApplicationVersion