Class ElastigroupIntegrationEcsArgs
Inheritance
System.Object
ElastigroupIntegrationEcsArgs
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()
Assembly: Pulumi.SpotInst.dll
public sealed class ElastigroupIntegrationEcsArgs : ResourceArgs
Constructors
View Source
Declaration
public ElastigroupIntegrationEcsArgs()
Properties
View Source
Declaration
public InputList<ElastigroupIntegrationEcsAutoscaleAttributeArgs> AutoscaleAttributes { get; set; }
Property Value
View Source
Declaration
public Input<int> AutoscaleCooldown { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<ElastigroupIntegrationEcsAutoscaleDownArgs> AutoscaleDown { get; set; }
Property Value
View Source
Declaration
public Input<ElastigroupIntegrationEcsAutoscaleHeadroomArgs> AutoscaleHeadroom { get; set; }
Property Value
View Source
Declaration
public Input<bool> AutoscaleIsAutoConfig { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> AutoscaleIsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> AutoscaleScaleDownNonServiceTasks { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|