ISESV2CreateMultiRegionEndpointRequest
Interface in AWS.SESV2
Interface for CreateMultiRegionEndpoint requests.
Ancestors
Properties
Details
property Details: ISESV2Details
Type: ISESV2Details
The configuration details for the multi-region endpoint.
Contains the technical configuration including route settings for the multi-region endpoint. This property is required and must specify at least two AWS regions for the multi-region configuration to be valid.
EndpointName
property EndpointName: string
The name for the multi-region endpoint.
The endpoint name must be unique within your AWS account and region. Valid characters include letters, numbers, hyphens, and underscores. This name will be used to reference the endpoint in subsequent API calls and will appear in the generated endpoint ARN.
Tags
property Tags: IAWSTags
A collection of tags to assign to the multi-region endpoint.
Tags are key-value pairs that help organize and manage AWS resources. You can use tags for cost allocation, access control, and resource organization. Each tag key must be unique, and both keys and values are case-sensitive. Maximum of 50 tags per resource with key length up to 128 characters and value length up to 256 characters.
Methods
AddTag
function AddTag(const AKey, AValue: string): NativeInt;
Add a tag to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify a key for a tag to add to Tags. |
AValue | Specify the value for the tag to add to Tags. |
Returns
Returns the index of the tag added to Tags.