applications_list_only
Lists applications
in a region or regions, for all properties use applications
Overview
Name | applications_list_only |
Type | Resource |
Description | The AWS::ElasticBeanstalk::Application resource specifies an Elastic Beanstalk application. |
Id | aws.elasticbeanstalk.applications_list_only |
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. |
description | string | Your description of the application. |
resource_lifecycle_config | object | Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all applications
in a region.
SELECT
region,
application_name
FROM aws.elasticbeanstalk.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications