Class BeanstalkDeploymentPreferences
Inheritance
System.Object
BeanstalkDeploymentPreferences
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.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class BeanstalkDeploymentPreferences
Fields
View SourceAutomaticRoll
Should roll perform automatically
Declaration
public readonly bool? AutomaticRoll
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
BatchSizePercentage
Percent size of each batch
Declaration
public readonly int? BatchSizePercentage
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
GracePeriod
Amount of time to wait between batches
Declaration
public readonly int? GracePeriod
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Strategies
Strategy parameters
Declaration
public readonly ImmutableArray<BeanstalkDeploymentPreferencesStrategy> Strategies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<BeanstalkDeploymentPreferencesStrategy> |