Class ClusterClusterConfigInitializationActionArgs
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 ClusterClusterConfigInitializationActionArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigInitializationActionArgs()
Declaration
public ClusterClusterConfigInitializationActionArgs()
Properties
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 Input<string> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> TimeoutSec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |