Show / Hide Table of Contents

Class JobCommand

Inheritance
System.Object
JobCommand
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.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobCommand

Fields

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 readonly string Name
Field Value
Type Description
System.String
View Source

PythonVersion

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

Declaration
public readonly string PythonVersion
Field Value
Type Description
System.String
View Source

ScriptLocation

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

Declaration
public readonly string ScriptLocation
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.