Show / Hide Table of Contents

Class ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyGetArgs
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 ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyGetArgs : ResourceArgs

Constructors

View Source

ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyGetArgs()

Declaration
public ElastigroupIntegrationBeanstalkDeploymentPreferencesStrategyGetArgs()

Properties

View Source

Action

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

ShouldDrainInstances

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