Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-codedeploy-application.json
Parent schema serverless-framework-configuration
Type: object

The AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

ApplicationName string | Aws_CF_FunctionString

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.

ComputePlatform string | Aws_CF_FunctionString

The compute platform that CodeDeploy deploys the application to.

Tags Tag[]

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.

Definitions

Tag object
Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required