Interface AWSKMSProviderConfiguration

interface AWSKMSProviderConfiguration {
    accessKeyId: string;
    secretAccessKey: string;
    sessionToken?: string;
}

Properties

accessKeyId: string

The access key used for the AWS KMS provider

secretAccessKey: string

The secret access key used for the AWS KMS provider

sessionToken?: string

An optional AWS session token that will be used as the X-Amz-Security-Token header for AWS requests.