Show / Hide Table of Contents

Class MrScalarScheduledTaskArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MrScalarScheduledTaskArgs
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 MrScalarScheduledTaskArgs : ResourceArgs

Constructors

View Source

MrScalarScheduledTaskArgs()

Declaration
public MrScalarScheduledTaskArgs()

Properties

View Source

Cron

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

DesiredCapacity

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

InstanceGroupType

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

IsEnabled

Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MaxCapacity

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

MinCapacity

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

TaskType

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