com.pulumi.azurenative.servicelinker.LinkerArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.servicelinker;
import com.pulumi.azurenative.servicelinker.enums.ClientType;
import com.pulumi.azurenative.servicelinker.inputs.AccessKeyInfoBaseArgs;
import com.pulumi.azurenative.servicelinker.inputs.AzureResourceArgs;
import com.pulumi.azurenative.servicelinker.inputs.ConfigurationInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.ConfluentBootstrapServerArgs;
import com.pulumi.azurenative.servicelinker.inputs.ConfluentSchemaRegistryArgs;
import com.pulumi.azurenative.servicelinker.inputs.PublicNetworkSolutionArgs;
import com.pulumi.azurenative.servicelinker.inputs.SecretAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.SecretStoreArgs;
import com.pulumi.azurenative.servicelinker.inputs.SelfHostedServerArgs;
import com.pulumi.azurenative.servicelinker.inputs.ServicePrincipalCertificateAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.ServicePrincipalSecretAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.SystemAssignedIdentityAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.UserAccountAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.UserAssignedIdentityAuthInfoArgs;
import com.pulumi.azurenative.servicelinker.inputs.VNetSolutionArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Object;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class LinkerArgs extends com.pulumi.resources.ResourceArgs {
public static final LinkerArgs Empty = new LinkerArgs();
/**
* The authentication type.
*
*/
@Import(name="authInfo")
private @Nullable Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy