applications
Retrieves a list of applications
in a region
Overview
Name | applications |
Type | Resource |
Description | applications |
Id | awscc.elasticbeanstalk.applications |
Fields
Name | Datatype | Description |
---|---|---|
application_name | string | A name for the Elastic Beanstalk application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_name
FROM awscc.elasticbeanstalk.applications
WHERE region = 'us-east-1'
Permissions
To operate on the applications
resource, the following permissions are required:
Create
elasticbeanstalk:CreateApplication
List
elasticbeanstalk:DescribeApplications