Class ClusterClusterConfigLifecycleConfigArgs
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.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigLifecycleConfigArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigLifecycleConfigArgs()
Declaration
public ClusterClusterConfigLifecycleConfigArgs()
Properties
View SourceAutoDeleteTime
The time when cluster will be auto-deleted. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Declaration
public Input<string> AutoDeleteTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdleDeleteTtl
The duration to keep the cluster alive while idling (no jobs running). After this TTL, the cluster will be deleted. Valid range: [10m, 14d].
Declaration
public Input<string> IdleDeleteTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdleStartTime
Declaration
public Input<string> IdleStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |