Interface ConfigurationSetSnsDestinationProps

interface ConfigurationSetSnsDestinationProps {
    configurationSetName: string;
    eventDestinationName: string;
    logEvents?: boolean;
    matchingEventTypes: ConfigurationSetSnsDestinationEventType[];
    snsTopic: ITopic;
}

Properties

configurationSetName: string

The SES configuration set name

eventDestinationName: string

The SES configuration set event destination name

logEvents?: boolean

Whether SES events will be logged to CloudWatch

true

Event types to match

snsTopic: ITopic

SNS topic to send bounces to