/AWS1/CL_API=>CREATEEVENTINTEGRATION()
¶
About CreateEventIntegration¶
Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_NAME
TYPE /AWS1/APINAME
/AWS1/APINAME
¶
The name of the event integration.
IO_EVENTFILTER
TYPE REF TO /AWS1/CL_APIEVENTFILTER
/AWS1/CL_APIEVENTFILTER
¶
The event filter.
IV_EVENTBRIDGEBUS
TYPE /AWS1/APIEVENTBRIDGEBUS
/AWS1/APIEVENTBRIDGEBUS
¶
The EventBridge bus.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/APIDESCRIPTION
/AWS1/APIDESCRIPTION
¶
The description of the event integration.
IV_CLIENTTOKEN
TYPE /AWS1/APIIDEMPOTENCYTOKEN
/AWS1/APIIDEMPOTENCYTOKEN
¶
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
IT_TAGS
TYPE /AWS1/CL_APITAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_APICREEVTINTEGRATIO01
/AWS1/CL_APICREEVTINTEGRATIO01
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC