interface SesProviderOptions
Since 0.1.0

Options for SesProvider.

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: ISesClient | undefined

Injected client facade; bypasses the lazy SDK import.

Usage

import { type SesProviderOptions } from "mail-plugin/src/index.ts";