Amazon EventBridge policy

An Amazon EventBridge policy contains the connection details that are used by an Amazon EventBridge Input node or an Amazon EventBridge Request node when connecting to an Amazon EventBridge application.

You can use an Amazon EventBridge Input node in a message flow to accept input from Amazon EventBridge. You can use the node to monitor Amazon EventBridge for new objects, such as AWS events or custom events. Use an Amazon EventBridge Request node in a message flow to connect IBM® App Connect Enterprise to Amazon EventBridge and issue requests to create, retrieve, send, and delete objects such as events and event buses. The Amazon EventBridge policy controls, at run time, access to the Amazon EventBridge application.

The Amazon EventBridge policy is created when you configure a connection between an Amazon EventBridge Input node or Amazon EventBridge Request node and Amazon EventBridge by using the Connector Discovery wizard. During the process of discovery, account credentials are stored in the vault and connection details are stored in an Amazon EventBridge policy. The policy is created with a type of Amazon EventBridge, and the name of the policy is returned to the Amazon EventBridge Request node and specified in the Connection tab, in the format {policyProjectName}:policyName.

You can also create, update, or delete an Amazon EventBridge policy by using the Manage Discovery Connector Policies and Credentials wizard, which you can access by right-clicking the policy project in the IBM App Connect Enterprise Toolkit and then clicking New > Discovery Connector policies and credentials.

You must deploy this policy before message flows that use the policy are started. If you redeploy an Amazon EventBridge policy, all message flows that are using the policy are stopped and restarted.

For more information about using Amazon EventBridge policies, see Using Amazon EventBridge with IBM App Connect Enterprise.

Table 1. Properties of the Amazon EventBridge policy.
Property Property name in .policyxml file Description of properties
Amazon EventBridge Application Type applicationType This property is reserved for future use and must be set to the value onprem.
Amazon EventBridge Application Version applicationVersion This property is reserved for future use and must be set to the value v1.
Amazon EventBridge Authentication method authentication Method This property is reserved for future use and must be set to the value BASIC or BASIC_OIDC.
Region region This property specifies the region of the Amazon EventBridge instance (if any) that you specified in the Region property during connector discovery.
Credential Name credentialName This property specifies the name of the credential that is used for the connection to Amazon EventBridge.

The specified credential can be defined during connector discovery and stored in the vault. Alternatively, you can specify an existing credential that was configured by using the mqsicredentials command or the server.conf.yaml file, or loaded through an external credential provider.

Proxy name proxyId This property specifies the name of the HTTP Proxy policy that contains details of the HTTP Proxy server URL and the HTTPProxy credential used to make the connection.