Show / Hide Table of Contents

Class ClusterClusterConfigLifecycleConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigLifecycleConfigArgs
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.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigLifecycleConfigArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigLifecycleConfigArgs()

Declaration
public ClusterClusterConfigLifecycleConfigArgs()

Properties

View Source

AutoDeleteTime

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>
View Source

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>
View Source

IdleStartTime

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