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, val workspaceCompilationOverrides: Output<RepositoryWorkspaceCompilationOverridesArgs>? = null) : ConvertibleToJava<RepositoryArgs>
Repository can be imported using any of these accepted formats
Link copied to clipboard
class RepositoryArgsBuilder
Builder for RepositoryArgs.
Link copied to clipboard
Link copied to clipboard
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
Builder for RepositoryReleaseConfigArgs.
Link copied to clipboard
Link copied to clipboard
Builder for RepositoryReleaseConfig.
Link copied to clipboard
Builder for Repository.
Link copied to clipboard
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
Link copied to clipboard
Builder for RepositoryWorkflowConfigArgs.
Link copied to clipboard
Link copied to clipboard
Builder for RepositoryWorkflowConfig.
Functions
Link copied to clipboard
suspend fun repository(name: String, block: suspend RepositoryResourceBuilder.() -> Unit): Repository
Link copied to clipboard
suspend fun repositoryReleaseConfig(name: String, block: suspend RepositoryReleaseConfigResourceBuilder.() -> Unit): RepositoryReleaseConfig
Link copied to clipboard
suspend fun repositoryWorkflowConfig(name: String, block: suspend RepositoryWorkflowConfigResourceBuilder.() -> Unit): RepositoryWorkflowConfig