UpdateSourceControlFromJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The value of the authorization token.

Link copied to clipboard

An optional branch in the remote repository.

Link copied to clipboard

A commit ID for a commit in the remote repository.

Link copied to clipboard

An optional folder in the remote repository.

Link copied to clipboard

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

Link copied to clipboard

The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

Link copied to clipboard

The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String