CodeRepositoryGitConfig

data class CodeRepositoryGitConfig(val branch: String? = null, val repositoryUrl: String, val secretArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

The default branch for the Git repository.

Link copied to clipboard

The URL where the Git repository is located.

Link copied to clipboard
val secretArn: 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}