Show / Hide Table of Contents

Class BeanstalkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BeanstalkArgs
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
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class BeanstalkArgs : ResourceArgs

Constructors

View Source

BeanstalkArgs()

Declaration
public BeanstalkArgs()

Properties

View Source

BeanstalkEnvironmentId

The id of an existing Beanstalk environment.

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

BeanstalkEnvironmentName

The name of an existing Beanstalk environment.

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

DeploymentPreferences

Preferences when performing a roll

Declaration
public Input<BeanstalkDeploymentPreferencesArgs> DeploymentPreferences { get; set; }
Property Value
Type Description
Input<BeanstalkDeploymentPreferencesArgs>
View Source

DesiredCapacity

The desired number of instances the group should have at any time.

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

InstanceTypesSpots

One or more instance types. To maximize the availability of Spot instances, select as many instance types as possible.

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

Maintenance

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

ManagedActions

Managed Actions parameters

Declaration
public Input<BeanstalkManagedActionsArgs> ManagedActions { get; set; }
Property Value
Type Description
Input<BeanstalkManagedActionsArgs>
View Source

MaxSize

The maximum number of instances the group should have at any time.

Declaration
public Input<int> MaxSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinSize

The minimum number of instances the group should have at any time.

Declaration
public Input<int> MinSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The group name.

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

Product

Operation system type. Valid values: &quot;Linux/UNIX&quot;, &quot;SUSE Linux&quot;, &quot;Windows&quot;. For EC2 Classic instances: &quot;Linux/UNIX (Amazon VPC)&quot;, &quot;SUSE Linux (Amazon VPC)&quot;, &quot;Windows (Amazon VPC)&quot;.

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

Region

The AWS region your group will be created in. Cannot be changed after the group has been created.

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

ScheduledTasks

Declaration
public InputList<BeanstalkScheduledTaskArgs> ScheduledTasks { get; set; }
Property Value
Type Description
InputList<BeanstalkScheduledTaskArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.