Repository Workflow Config Invocation Config Args
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
Link copied to clipboard
fun RepositoryWorkflowConfigInvocationConfigArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val includedTargets: Output<List<RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs>>? = null