Package-level declarations

Types

Link copied to clipboard

Repository can be imported using any of these accepted formats

Link copied to clipboard
data class RepositoryArgs(val gitRemoteSettings: Output<RepositoryGitRemoteSettingsArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<RepositoryArgs>

Repository can be imported using any of these accepted formats

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun repositoryResource(name: String, block: suspend RepositoryResourceBuilder.() -> Unit): Repository