ApplicationArgs

data class ApplicationArgs(val applicationName: Output<String>? = null, val computePlatform: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

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

Constructors

Link copied to clipboard
constructor(applicationName: Output<String>? = null, computePlatform: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val applicationName: Output<String>? = null

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>? = null

The compute platform that CodeDeploy deploys the application to.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationArgs