Interface CpSesSetupProps

CloudKitect SES Setup Pattern Properties

interface CpSesSetupProps {
    cpBounceEventsTopicName?: string;
    cpComplaintEventsTopicName?: string;
    cpDomainName: string;
}

Hierarchy

  • DefaultAlarmsProps
    • CpSesSetupProps

Properties

cpBounceEventsTopicName?: string
cpComplaintEventsTopicName?: string
cpDomainName: string

Generated using TypeDoc