AWS::SES::MultiRegionEndpointCreates 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 { CfnMultiRegionEndpoint } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMultiRegionEndpointConfiguration passed to the constructor as CfnMultiRegionEndpointProps.
detailsRequiredIResolvable | DetailsPropertyContains details of a multi-region endpoint (global-endpoint) being created.
endpointNameRequiredstringThe name of the multi-region endpoint (global-endpoint).
tagsOptionalCfnTag[]An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
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::MultiRegionEndpoint