CodeRepositoryGitConfigArgs

data class CodeRepositoryGitConfigArgs(val branch: Output<String>? = null, val repositoryUrl: Output<String>, val secretArn: Output<String>? = null) : ConvertibleToJava<CodeRepositoryGitConfigArgs>

Constructors

Link copied to clipboard
constructor(branch: Output<String>? = null, repositoryUrl: Output<String>, secretArn: Output<String>? = null)

Properties

Link copied to clipboard
val branch: Output<String>? = null

The default branch for the Git repository.

Link copied to clipboard
val repositoryUrl: Output<String>

The URL where the Git repository is located.

Link copied to clipboard
val secretArn: Output<String>? = null

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format: {"username": UserName, "password": Password}

Functions

Link copied to clipboard
open override fun toJava(): CodeRepositoryGitConfigArgs