Databricks SDK for JavaScript
    Preparing search index...

    Server-Side Encryption properties for clients communicating with AWS s3.

    interface SseEncryptionDetails {
        algorithm?: SseEncryptionAlgorithm;
        awsKmsKeyArn?: string;
    }
    Index

    Properties

    Sets the value of the 'x-amz-server-side-encryption' header in S3 request.

    awsKmsKeyArn?: string

    Optional. The ARN of the SSE-KMS key used with the S3 location, when algorithm = "SSE-KMS". Sets the value of the 'x-amz-server-side-encryption-aws-kms-key-id' header.