Show / Hide Table of Contents

Class ElastigroupIntegrationBeanstalkDeploymentPreferencesGetArgs

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

Constructors

View Source

ElastigroupIntegrationBeanstalkDeploymentPreferencesGetArgs()

Declaration
public ElastigroupIntegrationBeanstalkDeploymentPreferencesGetArgs()

Properties

View Source

AutomaticRoll

Declaration
public Input<bool> AutomaticRoll { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

BatchSizePercentage

Declaration
public Input<int> BatchSizePercentage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

GracePeriod

Declaration
public Input<int> GracePeriod { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Strategy

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