Databricks SDK for JavaScript
    Preparing search index...

    Encryption Settings are used to carry metadata for securable encryption at rest. Currently used for catalogs, we can use the information supplied here to interact with a CMK.

    interface EncryptionSettings {
        azureEncryptionSettings?: AzureEncryptionSettings;
        azureKeyVaultKeyId?: string;
        customerManagedKeyId?: string;
    }
    Index

    Properties

    azureEncryptionSettings?: AzureEncryptionSettings

    optional Azure settings - only required if an Azure CMK is used.

    azureKeyVaultKeyId?: string

    the AKV URL in Azure, null otherwise.

    customerManagedKeyId?: string

    the CMK uuid in AWS and GCP, null otherwise.