BlueGreenDeploymentConfiguration
public struct BlueGreenDeploymentConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
Declaration
Swift
public let deploymentReadyOption: DeploymentReadyOption? -
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
Declaration
Swift
public let greenFleetProvisioningOption: GreenFleetProvisioningOption? -
Information about whether to terminate instances in the original fleet during a blue/green deployment.
Declaration
Swift
public let terminateBlueInstancesOnDeploymentSuccess: BlueInstanceTerminationOption? -
Undocumented
Declaration
Swift
public init(deploymentReadyOption: DeploymentReadyOption? = nil, greenFleetProvisioningOption: GreenFleetProvisioningOption? = nil, terminateBlueInstancesOnDeploymentSuccess: BlueInstanceTerminationOption? = nil)
View on GitHub
BlueGreenDeploymentConfiguration Structure Reference