RepositoryWorkflowConfigInvocationConfigArgs

data class RepositoryWorkflowConfigInvocationConfigArgs(val fullyRefreshIncrementalTablesEnabled: Output<Boolean>? = null, val includedTags: Output<List<String>>? = null, val includedTargets: Output<List<RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs>>? = null, val serviceAccount: Output<String>? = null, val transitiveDependenciesIncluded: Output<Boolean>? = null, val transitiveDependentsIncluded: Output<Boolean>? = null) : ConvertibleToJava<RepositoryWorkflowConfigInvocationConfigArgs>

Constructors

constructor(fullyRefreshIncrementalTablesEnabled: Output<Boolean>? = null, includedTags: Output<List<String>>? = null, includedTargets: Output<List<RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs>>? = null, serviceAccount: Output<String>? = null, transitiveDependenciesIncluded: Output<Boolean>? = null, transitiveDependentsIncluded: Output<Boolean>? = null)

Properties

Link copied to clipboard

Optional. When set to true, any incremental tables will be fully refreshed.

Link copied to clipboard
val includedTags: Output<List<String>>? = null

Optional. The set of tags to include.

Link copied to clipboard

Optional. The set of action identifiers to include. Structure is documented below.

Link copied to clipboard
val serviceAccount: Output<String>? = null

Optional. The service account to run workflow invocations under.

Link copied to clipboard

Optional. When set to true, transitive dependencies of included actions will be executed.

Link copied to clipboard

Optional. When set to true, transitive dependents of included actions will be executed.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryWorkflowConfigInvocationConfigArgs