Show / Hide Table of Contents

Class BeanstalkScheduledTaskArgs

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

Constructors

View Source

BeanstalkScheduledTaskArgs()

Declaration
public BeanstalkScheduledTaskArgs()

Properties

View Source

Adjustment

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

AdjustmentPercentage

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

BatchSizePercentage

Percent size of each batch

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

CronExpression

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

Frequency

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

GracePeriod

Amount of time to wait between batches

Declaration
public Input<string> GracePeriod { 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

ScaleMaxCapacity

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

ScaleMinCapacity

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

ScaleTargetCapacity

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

StartTime

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

TargetCapacity

Declaration
public Input<string> TargetCapacity { 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.