Show / Hide Table of Contents

Class ClusterClusterConfigInitializationActionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigInitializationActionGetArgs
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 ClusterClusterConfigInitializationActionGetArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigInitializationActionGetArgs()

Declaration
public ClusterClusterConfigInitializationActionGetArgs()

Properties

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 Input<string> Script { get; set; }
Property Value
Type Description
Input<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 Input<int> TimeoutSec { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.