Interface CfnEC2FleetPropsMixin.IMaintenanceStrategiesProperty
The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnEC2FleetPropsMixin.IMaintenanceStrategiesProperty
Syntax (vb)
Public Interface CfnEC2FleetPropsMixin.IMaintenanceStrategiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var maintenanceStrategiesProperty = new MaintenanceStrategiesProperty {
CapacityRebalance = new CapacityRebalanceProperty {
ReplacementStrategy = "replacementStrategy",
TerminationDelay = 123
}
};
Synopsis
Properties
| CapacityRebalance | The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. |
Properties
CapacityRebalance
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
object? CapacityRebalance { get; }