Interface SESParams

SES configuration.

interface SESParams {
    region?: string;
    source: string;
    sourceArn?: string;
    sourceName?: string;
    teamId?: string;
}

Properties

region?: string

The SES region to use, in case it differs from the one of the Lambda function running the command.

source: string

The source (from) email address.

sourceArn?: string

The SES source ARN to use, in case the source doesn't directly match a SES validated email address.

sourceName?: string

The optional name of the source (e.g. Matteo Carbone).

teamId?: string

If set, a custom SES configuration to use for the team will be searched in the table idea_teamsSES.