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

UpdateSourceControlFromJobRequest

import type { UpdateSourceControlFromJobRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface UpdateSourceControlFromJobRequest {
AuthStrategy?: SourceControlAuthStrategy | null;
AuthToken?: string | null;
BranchName?: string | null;
CommitId?: string | null;
Folder?: string | null;
JobName?: string | null;
Provider?: SourceControlProvider | null;
RepositoryName?: string | null;
RepositoryOwner?: string | null;
}

§Properties

§
AuthStrategy?: SourceControlAuthStrategy | null
[src]

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

§
AuthToken?: string | null
[src]

The value of the authorization token.

§
BranchName?: string | null
[src]

An optional branch in the remote repository.

§
CommitId?: string | null
[src]

A commit ID for a commit in the remote repository.

§
Folder?: string | null
[src]

An optional folder in the remote repository.

§
JobName?: string | null
[src]

The name of the Glue job to be synchronized to or from the remote repository.

§
Provider?: SourceControlProvider | null
[src]

The provider for the remote repository.

§
RepositoryName?: string | null
[src]

The name of the remote repository that contains the job artifacts.

§
RepositoryOwner?: string | null
[src]

The owner of the remote repository that contains the job artifacts.