application_versions
Retrieves a list of application_versions
in a region
Overview
Name | application_versions |
Type | Resource |
Description | application_versions |
Id | awscc.elasticbeanstalk.application_versions |
Fields
Name | Datatype | Description |
---|---|---|
application_name | string | The name of the Elastic Beanstalk application that is associated with this application version. |
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_name,
id
FROM awscc.elasticbeanstalk.application_versions
WHERE region = 'us-east-1'
Permissions
To operate on the application_versions
resource, the following permissions are required:
Create
elasticbeanstalk:CreateApplicationVersion,
elasticbeanstalk:DescribeApplicationVersions,
s3:GetObject,
s3:PutObject
List
elasticbeanstalk:DescribeApplicationVersions