Class ElastigroupIntegrationBeanstalkDeploymentPreferencesArgs
Inheritance
System.Object
ElastigroupIntegrationBeanstalkDeploymentPreferencesArgs
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 ElastigroupIntegrationBeanstalkDeploymentPreferencesArgs : ResourceArgs
Constructors
View SourceElastigroupIntegrationBeanstalkDeploymentPreferencesArgs()
Declaration
public ElastigroupIntegrationBeanstalkDeploymentPreferencesArgs()
Properties
View SourceAutomaticRoll
Declaration
public Input<bool> AutomaticRoll { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
BatchSizePercentage
Declaration
public Input<int> BatchSizePercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GracePeriod
Declaration
public Input<int> GracePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Strategy
Declaration
public Input<ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyArgs> Strategy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyArgs> |