Options for AwsKmsProvider.
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.