Interface AWSEncryptionKeyOptions

Configuration options for making an AWS encryption key

interface AWSEncryptionKeyOptions {
    endpoint?: string;
    key: string;
    region: string;
}

Properties

Properties

endpoint?: string

An alternate host to send KMS requests to. May include port number.

key: string

The Amazon Resource Name (ARN) to the AWS customer master key (CMK)

region: string

The AWS region of the KMS