Show / Hide Table of Contents

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 Source

Script

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.