Class BeanstalkManagedActionsPlatformUpdateArgs
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 BeanstalkManagedActionsPlatformUpdateArgs : ResourceArgs
Constructors
View SourceBeanstalkManagedActionsPlatformUpdateArgs()
Declaration
public BeanstalkManagedActionsPlatformUpdateArgs()
Properties
View SourcePerformAt
Actions to perform (options: timeWindow, never)
Declaration
public Input<string> PerformAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeWindow
Time Window for when action occurs ex. Mon:23:50-Tue:00:20
Declaration
public Input<string> TimeWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateLevel
- Level to update
Declaration
public Input<string> UpdateLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |