CreateDeploymentConfigRequest
Represents the input of a CreateDeploymentConfig
operation.
Types
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
inline fun copy(block: CreateDeploymentConfigRequest.Builder.() -> Unit = {}): CreateDeploymentConfigRequest