Show / Hide Table of Contents

Class CfnEC2Fleet.MaintenanceStrategiesProperty

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

Inheritance
object
CfnEC2Fleet.MaintenanceStrategiesProperty
Implements
CfnEC2Fleet.IMaintenanceStrategiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEC2Fleet.MaintenanceStrategiesProperty : CfnEC2Fleet.IMaintenanceStrategiesProperty
Syntax (vb)
Public Class CfnEC2Fleet.MaintenanceStrategiesProperty Implements CfnEC2Fleet.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.AWS.EC2;

             var maintenanceStrategiesProperty = new MaintenanceStrategiesProperty {
                 CapacityRebalance = new CapacityRebalanceProperty {
                     ReplacementStrategy = "replacementStrategy",
                     TerminationDelay = 123
                 }
             };

Synopsis

Constructors

MaintenanceStrategiesProperty()

The strategies for managing your Spot Instances that are 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.

Constructors

MaintenanceStrategiesProperty()

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

public MaintenanceStrategiesProperty()
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.AWS.EC2;

             var maintenanceStrategiesProperty = new MaintenanceStrategiesProperty {
                 CapacityRebalance = new CapacityRebalanceProperty {
                     ReplacementStrategy = "replacementStrategy",
                     TerminationDelay = 123
                 }
             };

Properties

CapacityRebalance

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

public object? CapacityRebalance { get; set; }
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 CfnEC2Fleet.ICapacityRebalanceProperty

Implements

CfnEC2Fleet.IMaintenanceStrategiesProperty
Back to top Generated by DocFX