Invocation Config Args
data class InvocationConfigArgs(val fullyRefreshIncrementalTablesEnabled: Output<Boolean>? = null, val includedTags: Output<List<String>>? = null, val includedTargets: Output<List<TargetArgs>>? = null, val transitiveDependenciesIncluded: Output<Boolean>? = null, val transitiveDependentsIncluded: Output<Boolean>? = null) : ConvertibleToJava<InvocationConfigArgs>
Includes various configuration options for a workflow invocation. If both included_targets
and included_tags
are unset, all actions will be included.
Constructors
Link copied to clipboard
fun InvocationConfigArgs(fullyRefreshIncrementalTablesEnabled: Output<Boolean>? = null, includedTags: Output<List<String>>? = null, includedTargets: Output<List<TargetArgs>>? = null, transitiveDependenciesIncluded: Output<Boolean>? = null, transitiveDependentsIncluded: Output<Boolean>? = null)