Builder
class Builder
Properties
Link copied to clipboard
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
Link copied to clipboard
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
Link copied to clipboard
Information about whether to terminate instances in the original fleet during a blue/green deployment.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.codedeploy.model.DeploymentReadyOption inside the given block
Link copied to clipboard
construct an aws.sdk.kotlin.services.codedeploy.model.GreenFleetProvisioningOption inside the given block
Link copied to clipboard
fun terminateBlueInstancesOnDeploymentSuccess(block: BlueInstanceTerminationOption.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.codedeploy.model.BlueInstanceTerminationOption inside the given block