CreateDeploymentConfigRequest

Represents the input of a CreateDeploymentConfig operation.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the deployment configuration to create.

Link copied to clipboard

The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

Link copied to clipboard

The configuration that specifies how the deployment traffic is routed.

Link copied to clipboard

Configure the ZonalConfig object if you want CodeDeploy to deploy your application to one Availability Zone at a time, within an Amazon Web Services Region.

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