Class ManagedInstanceScheduledTaskArgs
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 ManagedInstanceScheduledTaskArgs : ResourceArgs
Constructors
View SourceManagedInstanceScheduledTaskArgs()
Declaration
public ManagedInstanceScheduledTaskArgs()
Properties
View SourceCronExpression
Declaration
public Input<string> CronExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Frequency
Declaration
public Input<string> Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsEnabled
Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
StartTime
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TaskType
Declaration
public Input<string> TaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |