Show / Hide Table of Contents

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 Source

AutomaticRoll

Should roll perform automatically

Declaration
public readonly bool? AutomaticRoll
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

BatchSizePercentage

Percent size of each batch

Declaration
public readonly int? BatchSizePercentage
Field Value
Type Description
System.Nullable<System.Int32>
View Source

GracePeriod

Amount of time to wait between batches

Declaration
public readonly int? GracePeriod
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Strategies

Strategy parameters

Declaration
public readonly ImmutableArray<BeanstalkDeploymentPreferencesStrategy> Strategies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<BeanstalkDeploymentPreferencesStrategy>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.