Class ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs
Inheritance
System.Object
ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs
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 ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs : ResourceArgs
Constructors
View SourceElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs()
Declaration
public ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs()
Properties
View SourcePerformAt
In the event of a fallback to On-Demand instances, select the time period to revert back to Spot. Supported Arguments – always (default), timeWindow, never. For timeWindow or never to be valid the group must have availabilityOriented OR persistence defined.
Declaration
public Input<string> PerformAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeWindow
Declaration
public Input<string> TimeWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateLevel
Declaration
public Input<string> UpdateLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |