AWS::SES::MailManagerRelayResource to create an SMTP relay, which can be used within a Mail Manager rule set to forward incoming emails to defined relay destinations.
import { CfnMailManagerRelay } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerRelayConfiguration passed to the constructor as CfnMailManagerRelayProps.
authenticationRequiredIResolvable | RelayAuthenticationPropertyAuthentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
serverNameRequiredstringThe destination relay server address.
serverPortRequirednumberThe destination relay server port.
relayNameOptionalstringThe unique relay name.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::MailManagerRelay