com.pulumi.googlenative.dataproc.v1.inputs.TrinoJobArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.dataproc.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.dataproc.v1.inputs.LoggingConfigArgs;
import com.pulumi.googlenative.dataproc.v1.inputs.QueryListArgs;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* A Dataproc job for running Trino (https://trino.io/) queries. IMPORTANT: The Dataproc Trino Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/trino) must be enabled when the cluster is created to submit a Trino job to the cluster.
*
*/
public final class TrinoJobArgs extends com.pulumi.resources.ResourceArgs {
public static final TrinoJobArgs Empty = new TrinoJobArgs();
/**
* Optional. Trino client tags to attach to this query
*
*/
@Import(name="clientTags")
private @Nullable Output> clientTags;
/**
* @return Optional. Trino client tags to attach to this query
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy