AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::MultiRegionEndpoint

CfnMultiRegionEndpoint

Creates a multi-region endpoint (global-endpoint). The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnMultiRegionEndpointProps.

detailsRequired
IResolvable | DetailsProperty

Contains details of a multi-region endpoint (global-endpoint) being created.

endpointNameRequired
string

The name of the multi-region endpoint (global-endpoint).

tagsOptional
CfnTag[]

An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).

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