Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-maintenancestrategies.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-maintenancestrategies.html#cfn-ec2-ec2fleet-maintenancestrategies-capacityrebalance

Type union: either IResolvable or CfnEC2FleetPropsMixin.ICapacityRebalanceProperty

Back to top Generated by DocFX