Class ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs
Inheritance
System.Object
ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs : ResourceArgs
Constructors
View SourceElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs()
Declaration
public ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs()
Properties
View SourceActionType
Declaration
public Input<string> ActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BatchNum
Declaration
public Input<int> BatchNum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DrainingTimeout
The time in seconds, the instance is allowed to run while detached from the ELB. This is to allow the instance time to be drained from incoming TCP connections before terminating it, during a scale down operation.
Declaration
public Input<int> DrainingTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ShouldDecrementTargetCapacity
Declaration
public Input<bool> ShouldDecrementTargetCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ShouldHandleAllBatches
Declaration
public Input<bool> ShouldHandleAllBatches { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |