View source: R/glue_operations.R
glue_update_job_from_source_control | R Documentation |
Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.
See https://www.paws-r-sdk.com/docs/glue_update_job_from_source_control/ for full documentation.
glue_update_job_from_source_control(
JobName = NULL,
Provider = NULL,
RepositoryName = NULL,
RepositoryOwner = NULL,
BranchName = NULL,
Folder = NULL,
CommitId = NULL,
AuthStrategy = NULL,
AuthToken = NULL
)
JobName |
The name of the Glue job to be synchronized to or from the remote repository. |
Provider |
The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET. |
RepositoryName |
The name of the remote repository that contains the job artifacts. For
BitBucket providers, |
RepositoryOwner |
The owner of the remote repository that contains the job artifacts. |
BranchName |
An optional branch in the remote repository. |
Folder |
An optional folder in the remote repository. |
CommitId |
A commit ID for a commit in the remote repository. |
AuthStrategy |
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token. |
AuthToken |
The value of the authorization token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.