
com.pulumi.azurenative.databricks.inputs.EncryptionV2Args 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.databricks.inputs;
import com.pulumi.azurenative.databricks.enums.EncryptionKeySource;
import com.pulumi.azurenative.databricks.inputs.EncryptionV2KeyVaultPropertiesArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The object that contains details of encryption used on the workspace.
*
*/
public final class EncryptionV2Args extends com.pulumi.resources.ResourceArgs {
public static final EncryptionV2Args Empty = new EncryptionV2Args();
/**
* The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
*
*/
@Import(name="keySource", required=true)
private Output> keySource;
/**
* @return The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
*
*/
public Output> keySource() {
return this.keySource;
}
/**
* Key Vault input properties for encryption.
*
*/
@Import(name="keyVaultProperties")
private @Nullable Output keyVaultProperties;
/**
* @return Key Vault input properties for encryption.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy