interface AwsKmsProviderOptions
Since 0.1.0

Options for AwsKmsProvider.

Properties

optional
region: string | undefined

AWS region for the lazily-loaded client.

optional
accessKeyId: string | undefined

AWS access key id for the lazily-loaded client.

optional
secretAccessKey: string | undefined

AWS secret access key for the lazily-loaded client.

optional
client: IAwsSecretsClient | undefined

Injected client facade; bypasses the lazy SDK import.

Usage

import { type AwsKmsProviderOptions } from "secrets-plugin/src/index.ts";