Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SessionCommand

import type { SessionCommand } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";

The SessionCommand that runs the job.

interface SessionCommand {
Name?: string | null;
PythonVersion?: string | null;
}

§Properties

§
Name?: string | null
[src]

Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.

§
PythonVersion?: string | null
[src]

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.