application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.codedeploy.application |
Fields
Name | Datatype | Description |
---|---|---|
application_name | string | A 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_platform | string | The compute platform that CodeDeploy deploys the application to. |
tags | array | The 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. |
region | string | AWS 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