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