Template Args
data class TemplateArgs(val environment: Output<RuntimeEnvironmentArgs>? = null, val gcsPath: Output<String>? = null, val jobName: Output<String>? = null, val location: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val project: Output<String>? = null) : ConvertibleToJava<TemplateArgs>
Creates a Cloud Dataflow job from a template. Do not enter confidential information when you supply string values using the API. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
fun TemplateArgs(environment: Output<RuntimeEnvironmentArgs>? = null, gcsPath: Output<String>? = null, jobName: Output<String>? = null, location: Output<String>? = null, parameters: Output<Map<String, String>>? = null, project: Output<String>? = null)