Class ElastigroupIntegrationCodedeployArgs
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 ElastigroupIntegrationCodedeployArgs : ResourceArgs
Constructors
View SourceElastigroupIntegrationCodedeployArgs()
Declaration
public ElastigroupIntegrationCodedeployArgs()
Properties
View SourceCleanupOnFailure
Declaration
public Input<bool> CleanupOnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DeploymentGroups
Declaration
public InputList<ElastigroupIntegrationCodedeployDeploymentGroupArgs> DeploymentGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ElastigroupIntegrationCodedeployDeploymentGroupArgs> |
TerminateInstanceOnFailure
Declaration
public Input<bool> TerminateInstanceOnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |