Skip to main content

ISESV2Details

Interface in AWS.SESV2

Interface for SESV2 Details.

Properties

RouteDetails

property RouteDetails: TList<ISESV2RouteDetails>

Type: ISESV2RouteDetails

The list of route configuration details for the multi-region endpoint.

Contains the route configurations that specify the secondary regions for the multi-region endpoint. Each route configuration defines a secondary AWS region where the endpoint will be available. Must contain exactly one route configuration. The primary region is automatically determined as the AWS region where the CreateMultiRegionEndpoint operation is executed, while this property specifies the secondary region. Traffic will be split equally between the primary and secondary regions with no difference in data flow behavior between them.

Methods

AddRouteDetails

function AddRouteDetails(const ARouteDetails: ISESV2RouteDetails): NativeInt; overload;

ISESV2RouteDetails

Add route details to RouteDetails.

Parameters

NameDescription
ARouteDetailsSpecify a route details instance to add to RouteDetails.

Returns

Returns the index of the route details instance added to RouteDetails.


function AddRouteDetails(const ARegion: string): NativeInt; overload;

Add route details to RouteDetails.

Parameters

NameDescription
ARegionSpecify a region to construct a route details instance to add to RouteDetails.

Returns

Returns the index of the route details instance added to RouteDetails.