com.pulumi.googlenative.dataproc.v1.inputs.PrestoJobArgs 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 Presto (https://prestosql.io/) queries. IMPORTANT: The Dataproc Presto Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/presto) must be enabled when the cluster is created to submit a Presto job to the cluster.
*
*/
public final class PrestoJobArgs extends com.pulumi.resources.ResourceArgs {
public static final PrestoJobArgs Empty = new PrestoJobArgs();
/**
* Optional. Presto client tags to attach to this query
*
*/
@Import(name="clientTags")
private @Nullable Output> clientTags;
/**
* @return Optional. Presto client tags to attach to this query
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy