Show / Hide Table of Contents

Class BeanstalkDeploymentPreferencesStrategyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BeanstalkDeploymentPreferencesStrategyArgs
Inherited Members
ResourceArgs.Empty
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 Source

BeanstalkDeploymentPreferencesStrategyArgs()

Declaration
public BeanstalkDeploymentPreferencesStrategyArgs()

Properties

View Source

Action

Action to take

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ShouldDrainInstances

Bool value if to wait to drain instance

Declaration
public Input<bool> ShouldDrainInstances { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.