Class ClusterClusterConfigInitializationAction
Inheritance
System.Object
ClusterClusterConfigInitializationAction
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigInitializationAction
Fields
View SourceScript
The script to be executed during initialization of the cluster. The script must be a GCS file with a gs:// prefix.
Declaration
public readonly string Script
Field Value
| Type | Description |
|---|---|
| System.String |
TimeoutSec
The maximum duration (in seconds) which script is
allowed to take to execute its action. GCP will default to a predetermined
computed value if not set (currently 300).
Declaration
public readonly int? TimeoutSec
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |