CreateApplicationRequest

Represents the input of a CreateApplication operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the application. This name must be unique with the applicable user or Amazon Web Services account.

Link copied to clipboard

The destination platform type for the deployment (Lambda, Server, or ECS).

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String