BlueGreenDeploymentConfiguration class

Information about blue/green deployment options for a deployment group.

Constructors

BlueGreenDeploymentConfiguration({DeploymentReadyOption? deploymentReadyOption, GreenFleetProvisioningOption? greenFleetProvisioningOption, BlueInstanceTerminationOption? terminateBlueInstancesOnDeploymentSuccess})
BlueGreenDeploymentConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentReadyOption DeploymentReadyOption?
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
final
greenFleetProvisioningOption GreenFleetProvisioningOption?
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminateBlueInstancesOnDeploymentSuccess BlueInstanceTerminationOption?
Information about whether to terminate instances in the original fleet during a blue/green deployment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited