Skip to main content

application

Gets an individual application resource

Overview

Nameapplication
TypeResource
Descriptionapplication
Idawscc.codedeploy.application

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.
compute_platformstringThe compute platform that CodeDeploy deploys the application to.
tagsarrayThe metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_name,
compute_platform,
tags
FROM awscc.codedeploy.application
WHERE data__Identifier = '<ApplicationName>';

Permissions

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

Read

codedeploy:GetApplication,
codedeploy:ListTagsForResource

Delete

codedeploy:GetApplication,
codedeploy:DeleteApplication

Update

codedeploy:TagResource,
codedeploy:UntagResource