Skip to main content

ISESV2ListMultiRegionEndpointsResponse

Interface in AWS.SESV2

Interface for ListMultiRegionEndpoints responses.

Ancestors

Properties

MultiRegionEndpoints

property MultiRegionEndpoints: TList<ISESV2MultiRegionEndpoint>

Type: ISESV2MultiRegionEndpoint

The collection of multi-region endpoints returned by the listing operation.

Each multi-region endpoint contains comprehensive configuration information including its unique identifier, name, status, supported regions, and timestamp details. These endpoints enable distributed email sending across multiple AWS regions for improved reliability and performance. Only multi-region endpoints whose primary region matches the AWS region where the operation was executed are included in this collection. This regional filtering ensures you receive endpoints relevant to your current operational context. The number of endpoints in this collection is limited by the PageSize parameter from the request. If more multi-region endpoints are available, the NextToken property will contain a pagination token for retrieving additional results. This collection may be empty if no multi-region endpoints exist in your Amazon SES account for the current region or if none match the specified criteria.