Class BeanstalkDeploymentPreferencesGetArgs
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 BeanstalkDeploymentPreferencesGetArgs : ResourceArgs
Constructors
View SourceBeanstalkDeploymentPreferencesGetArgs()
Declaration
public BeanstalkDeploymentPreferencesGetArgs()
Properties
View SourceAutomaticRoll
Should roll perform automatically
Declaration
public Input<bool> AutomaticRoll { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
BatchSizePercentage
Percent size of each batch
Declaration
public Input<int> BatchSizePercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GracePeriod
Amount of time to wait between batches
Declaration
public Input<int> GracePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Strategies
Strategy parameters
Declaration
public InputList<BeanstalkDeploymentPreferencesStrategyGetArgs> Strategies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BeanstalkDeploymentPreferencesStrategyGetArgs> |