AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::MailManagerRelay

CfnMailManagerRelay

Resource to create an SMTP relay, which can be used within a Mail Manager rule set to forward incoming emails to defined relay destinations.

Import

import { CfnMailManagerRelay } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerRelay

Properties

Configuration passed to the constructor as CfnMailManagerRelayProps.

authenticationRequired
IResolvable | RelayAuthenticationProperty

Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.

serverNameRequired
string

The destination relay server address.

serverPortRequired
number

The destination relay server port.

relayNameOptional
string

The unique relay name.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic