Application

class Application : KotlinCustomResource

The AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application

Properties

Link copied to clipboard
val applicationName: Output<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.

Link copied to clipboard
val computePlatform: Output<String>?

The compute platform that CodeDeploy deploys the application to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<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.

Link copied to clipboard
val urn: Output<String>