Skip to main content

ISESV2CreateMultiRegionEndpointResponse

Interface in AWS.SESV2

Interface for CreateMultiRegionEndpoint responses.

Ancestors

Properties

EndpointId

property EndpointId: string

The unique identifier of the created multi-region endpoint.

The ID of the multi-region endpoint (global-endpoint). This identifier is used to reference the endpoint in subsequent API calls such as SendEmail or SendBulkEmail operations. The endpoint ID follows a specific format and serves as the entry point for email sending requests that will be distributed across the configured regions. Example format: abcdef12.g3h.

Status

property Status: string

The current provisioning status of the multi-region endpoint.

A status of the multi-region endpoint (global-endpoint) right after the create request. This indicates the current state of the endpoint provisioning process. Valid status values include:

  • CREATING – The resource is being provisioned.
  • READY – The resource is ready to use.
  • FAILED – The resource failed to be provisioned.
  • DELETING – The resource is being deleted as requested.