Databricks SDK for JavaScript
    Preparing search index...
    interface AwsKeyInfo {
        keyAlias?: string;
        keyArn?: string;
        keyRegion?: string;
        reuseKeyForClusterVolumes?: boolean;
    }
    Index

    Properties

    keyAlias?: string

    The AWS KMS key alias.

    keyArn?: string

    The AWS KMS key's Amazon Resource Name (ARN).

    keyRegion?: string

    The AWS KMS key region.

    reuseKeyForClusterVolumes?: boolean

    This field applies only if the use_cases property includes STORAGE. If this is set to true or omitted, the key is also used to encrypt cluster EBS volumes. If you do not want to use this key for encrypting EBS volumes, set to false.