Deployment Group Blue Green Deployment Config
data class DeploymentGroupBlueGreenDeploymentConfig(val deploymentReadyOption: DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption? = null, val greenFleetProvisioningOption: DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption? = null, val terminateBlueInstancesOnDeploymentSuccess: DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess? = null)
Constructors
Link copied to clipboard
constructor(deploymentReadyOption: DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption? = null, greenFleetProvisioningOption: DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption? = null, terminateBlueInstancesOnDeploymentSuccess: DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess? = null)
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 (documented below).
Link copied to clipboard
val greenFleetProvisioningOption: DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption? = null
Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).
Link copied to clipboard
val terminateBlueInstancesOnDeploymentSuccess: DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess? = null
Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below). Only one blue_green_deployment_config
is allowed.