Class BeanstalkDeploymentPreferencesStrategyArgs
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 BeanstalkDeploymentPreferencesStrategyArgs : ResourceArgs
Constructors
View SourceBeanstalkDeploymentPreferencesStrategyArgs()
Declaration
public BeanstalkDeploymentPreferencesStrategyArgs()
Properties
View SourceAction
Action to take
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShouldDrainInstances
Bool value if to wait to drain instance
Declaration
public Input<bool> ShouldDrainInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |