This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SES::MultiRegionEndpoint
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SES::MultiRegionEndpoint", "Properties" : { "Details" :Details, "EndpointName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SES::MultiRegionEndpoint Properties: Details:DetailsEndpointName:StringTags:- Tag
Properties
Details-
Contains details of a multi-region endpoint (global-endpoint) being created.
Required: Yes
Type: Details
Update requires: Replacement
EndpointName-
The name of the multi-region endpoint (global-endpoint).
Required: Yes
Type: String
Pattern:
^[\w\-_]+$Minimum:
1Maximum:
64Update requires: Replacement
-
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption