additionalCodeRepositories

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

Parameters

value

An array of up to three Git repositories associated 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 Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.


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


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

Parameters

values

An array of up to three Git repositories associated 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 Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.