Show / Hide Table of Contents

Class JobCommandArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobCommandArgs
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.Aws.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobCommandArgs : ResourceArgs

Constructors

View Source

JobCommandArgs()

Declaration
public JobCommandArgs()

Properties

View Source

Name

The name of the job command. Defaults to glueetl. Use pythonshell for Python Shell Job Type, max_capacity needs to be set if pythonshell is chosen.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PythonVersion

The Python version being used to execute a Python shell job. Allowed values are 2 or 3.

Declaration
public Input<string> PythonVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ScriptLocation

Specifies the S3 path to a script that executes a job.

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