additionalCodeRepositories

@JvmName(name = "xgctgvvbkrsavxql")
suspend fun additionalCodeRepositories(value: Output<List<String>>)
@JvmName(name = "bnboogspfteiqnag")
suspend fun additionalCodeRepositories(value: List<String>?)

Parameters

value

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in AWS CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance.


@JvmName(name = "hvojlnoxhfhowolb")
suspend fun additionalCodeRepositories(vararg values: Output<String>)


@JvmName(name = "skaaplcudppkyuxq")
suspend fun additionalCodeRepositories(values: List<Output<String>>)
@JvmName(name = "wenmqrrleelshlrs")
suspend fun additionalCodeRepositories(vararg values: String)

Parameters

values

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in AWS CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance.