AWS::CodeDeploy::ApplicationThe AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationName | string | Create-only |
ComputePlatform | string | Create-only |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeDeploy::Application
Resources:
MyResource:
Type: AWS::CodeDeploy::Application
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codedeploy:CreateApplicationcodedeploy:TagResourcecodedeploy:GetApplicationcodedeploy:ListTagsForResourcecodedeploy:GetApplicationcodedeploy:DeleteApplicationcodedeploy:TagResourcecodedeploy:UntagResourcecodedeploy:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationNameComputePlatform