Show / Hide Table of Contents

Class ElastigroupIntegrationCodedeployArgs

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

Constructors

View Source

ElastigroupIntegrationCodedeployArgs()

Declaration
public ElastigroupIntegrationCodedeployArgs()

Properties

View Source

CleanupOnFailure

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

DeploymentGroups

Declaration
public InputList<ElastigroupIntegrationCodedeployDeploymentGroupArgs> DeploymentGroups { get; set; }
Property Value
Type Description
InputList<ElastigroupIntegrationCodedeployDeploymentGroupArgs>
View Source

TerminateInstanceOnFailure

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