Show / Hide Table of Contents

Class ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs
Inherited Members
ResourceArgs.Empty
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 Source

ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs()

Declaration
public ElastigroupIntegrationBeanstalkManagedActionsPlatformUpdateArgs()

Properties

View Source

PerformAt

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>
View Source

TimeWindow

Declaration
public Input<string> TimeWindow { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UpdateLevel

Declaration
public Input<string> UpdateLevel { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.