Class JobCommandArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobCommandArgs : ResourceArgs
Constructors
View SourceJobCommandArgs()
Declaration
public JobCommandArgs()
Properties
View SourceName
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> |
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> |
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> |