Skip to content

/AWS1/CL_SE2=>CREATEMULTIREGIONENDPOINT()

About CreateMultiRegionEndpoint

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.

Method Signature

IMPORTING

Required arguments:

IV_ENDPOINTNAME TYPE /AWS1/SE2ENDPOINTNAME /AWS1/SE2ENDPOINTNAME

The name of the multi-region endpoint (global-endpoint).

IO_DETAILS TYPE REF TO /AWS1/CL_SE2DETAILS /AWS1/CL_SE2DETAILS

Contains details of a multi-region endpoint (global-endpoint) being created.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST TT_TAGLIST

An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SE2CREMULTIREGIONEN01 /AWS1/CL_SE2CREMULTIREGIONEN01