Job Source Control Details Args
data class JobSourceControlDetailsArgs(val authStrategy: Output<String>? = null, val authToken: Output<String>? = null, val branch: Output<String>? = null, val folder: Output<String>? = null, val lastCommitId: Output<String>? = null, val owner: Output<String>? = null, val provider: Output<String>? = null, val repository: Output<String>? = null) : ConvertibleToJava<JobSourceControlDetailsArgs>
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. Valid values are: PERSONAL_ACCESS_TOKEN
and AWS_SECRETS_MANAGER
.
Link copied to clipboard
The last commit ID for a commit in the remote repository.
Link copied to clipboard
The name of the remote repository that contains the job artifacts.