
com.pulumi.azurenative.streamanalytics.inputs.AzureSynapseOutputDataSourceArgs 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.azurenative.streamanalytics.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Describes an Azure Synapse output data source.
*
*/
public final class AzureSynapseOutputDataSourceArgs extends com.pulumi.resources.ResourceArgs {
public static final AzureSynapseOutputDataSourceArgs Empty = new AzureSynapseOutputDataSourceArgs();
/**
* The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
*
*/
@Import(name="database")
private @Nullable Output database;
/**
* @return The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy