
com.pulumi.azure.kusto.inputs.AttachedDatabaseConfigurationState 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.azure.kusto.inputs;
import com.pulumi.azure.kusto.inputs.AttachedDatabaseConfigurationSharingArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class AttachedDatabaseConfigurationState extends com.pulumi.resources.ResourceArgs {
public static final AttachedDatabaseConfigurationState Empty = new AttachedDatabaseConfigurationState();
/**
* The list of databases from the `cluster_resource_id` which are currently attached to the cluster.
*
*/
@Import(name="attachedDatabaseNames")
private @Nullable Output> attachedDatabaseNames;
/**
* @return The list of databases from the `cluster_resource_id` which are currently attached to the cluster.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy