Package-level declarations

Types

Link copied to clipboard
class Repository : KotlinCustomResource

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, val workspaceCompilationOverrides: Output<RepositoryWorkspaceCompilationOverridesArgs>? = null) : ConvertibleToJava<RepositoryArgs>

Repository can be imported using any of these accepted formats

Link copied to clipboard
Link copied to clipboard
object RepositoryMapper : ResourceMapper<Repository>
Link copied to clipboard
class RepositoryReleaseConfig : KotlinCustomResource

RepositoryReleaseConfig can be imported using any of these accepted formats

Link copied to clipboard
data class RepositoryReleaseConfigArgs(val codeCompilationConfig: Output<RepositoryReleaseConfigCodeCompilationConfigArgs>? = null, val cronSchedule: Output<String>? = null, val gitCommitish: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val repository: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RepositoryReleaseConfigArgs>

RepositoryReleaseConfig can be imported using any of these accepted formats

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RepositoryWorkflowConfig : KotlinCustomResource

RepositoryWorkflowConfig can be imported using any of these accepted formats

Link copied to clipboard
data class RepositoryWorkflowConfigArgs(val cronSchedule: Output<String>? = null, val invocationConfig: Output<RepositoryWorkflowConfigInvocationConfigArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val releaseConfig: Output<String>? = null, val repository: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RepositoryWorkflowConfigArgs>

RepositoryWorkflowConfig can be imported using any of these accepted formats