Skip to main content

application

Gets an individual application resource

Overview

Nameapplication
TypeResource
Descriptionapplication
Idawscc.elasticbeanstalk.application

Fields

NameDatatypeDescription
application_namestringA 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.
descriptionstringYour description of the application.
resource_lifecycle_configobjectSpecifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_name,
description,
resource_lifecycle_config
FROM awscc.elasticbeanstalk.application
WHERE data__Identifier = '<ApplicationName>';

Permissions

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

Read

elasticbeanstalk:DescribeApplications

Update

elasticbeanstalk:UpdateApplication,
elasticbeanstalk:UpdateApplicationResourceLifecycle

Delete

elasticbeanstalk:DeleteApplication