DeploymentGroupBlueGreenDeploymentConfig class
Constructors
-
DeploymentGroupBlueGreenDeploymentConfig({Input<
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption?> ? deploymentReadyOption, Input<DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption?> ? greenFleetProvisioningOption, Input<DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess?> ? terminateBlueInstancesOnDeploymentSuccess}) -
Creates a new DeploymentGroupBlueGreenDeploymentConfig.
deploymentReadyOptionInformation about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).greenFleetProvisioningOptionInformation about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).terminateBlueInstancesOnDeploymentSuccessInformation about whether to terminate instances in the original fleet during a blue/green deployment (documented below).const -
DeploymentGroupBlueGreenDeploymentConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
deploymentReadyOption
→ Input<
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption?> ? -
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).
final
-
greenFleetProvisioningOption
→ Input<
DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption?> ? -
Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).
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
→ Input<
DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess?> ? -
Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited