Job Configuration Args
data class JobConfigurationArgs(val copy: Output<JobConfigurationTableCopyArgs>? = null, val dryRun: Output<Boolean>? = null, val extract: Output<JobConfigurationExtractArgs>? = null, val jobTimeoutMs: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val load: Output<JobConfigurationLoadArgs>? = null, val query: Output<JobConfigurationQueryArgs>? = null) : ConvertibleToJava<JobConfigurationArgs>
Constructors
Link copied to clipboard
fun JobConfigurationArgs(copy: Output<JobConfigurationTableCopyArgs>? = null, dryRun: Output<Boolean>? = null, extract: Output<JobConfigurationExtractArgs>? = null, jobTimeoutMs: Output<String>? = null, labels: Output<Map<String, String>>? = null, load: Output<JobConfigurationLoadArgs>? = null, query: Output<JobConfigurationQueryArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.
Link copied to clipboard
Link copied to clipboard