Builder
Properties
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
The name of the deployment configuration to create.
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.
The configuration that specifies how the deployment traffic is routed.
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
construct an aws.sdk.kotlin.services.codedeploy.model.MinimumHealthyHosts inside the given block
construct an aws.sdk.kotlin.services.codedeploy.model.TrafficRoutingConfig inside the given block
construct an aws.sdk.kotlin.services.codedeploy.model.ZonalConfig inside the given block