Skip to main content

applications

Retrieves a list of applications in a region

Overview

Nameapplications
TypeResource
Descriptionapplications
Idawscc.codedeploy.applications

Fields

NameDatatypeDescription
application_namestringA name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_name
FROM awscc.codedeploy.applications
WHERE region = 'us-east-1'

Permissions

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

Create

codedeploy:CreateApplication,
codedeploy:TagResource

List

codedeploy:ListApplications