application_version
Gets an individual application_version
resource
Overview
Name | application_version |
Type | Resource |
Description | application_version |
Id | awscc.elasticbeanstalk.application_version |
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
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