AWS Eventbridge

Discover more about the AWS Eventbridge connector and how to use it on the Digibee Integration Platform.

Important information:

  • This documentation is currently available only in English but will soon be translated into Portuguese.

  • The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.

Manage AWS Eventbridge cluster instances using AWS SDK version 2.x.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

Required Tab

ParameterDescriptionDefault valueData type

Dynamic Account

When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically.

false

boolean

Account Name DB

The name of the account that is generated dynamically via the Store Account connector.

String

Account

Sets the account to be used by the connector.

N/A

Account

Eventbus Name Or Arn DB

Event bus name or ARN

N/A

string

Operation

The operation to perform

putRule

string

Fail On Error

If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false

false

boolean

Optional Tab

ParameterDescriptionDefault valueData type

Event Pattern File DB

EventPattern File

N/A

string

Override Endpoint

Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option

false

boolean

Pojo Request

If we want to use a POJO request as body or not

false

boolean

Region DB

The region in which Eventbridge client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You’ll need to use the name Region.EU_WEST_1.id()

N/A

string

Trust All Certificates

If we want to trust all certificates in case of overriding the endpoint

false

boolean

Uri Endpoint Override DB

Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option

N/A

string

Headers Tab

ParameterDescriptionDefault valueData type

CamelAwsEventbridgeOperation DB

The operation we want to perform

N/A

string

CamelAwsEventbridgeRuleName DB

The name of the rule.

N/A

string

CamelAwsEventbridgeRuleNamePrefix DB

The prefix matching the rule name.

N/A

string

CamelAwsEventbridgeEventPattern DB

The event pattern.

N/A

string

CamelAwsEventbridgeTargets DB

The targets to update or add to the rule.

N/A

JSON

CamelAwsEventbridgeTargetsIds DB

The IDs of the targets to remove from the rule.

N/A

JSON

CamelAwsEventbridgeTargetArn DB

The Amazon Resource Name (ARN) of the target resource.

N/A

string

CamelAwsEventbridgeResourcesArn DB

Comma separated list of Amazon Resource Names (ARN) of the resources related to Event

N/A

string

CamelAwsEventbridgeSource DB

The source related to Event

N/A

string

CamelAwsEventbridgeDetailType DB

The detail type related to Event

N/A

string

Successful executions should output at least a property "success": true.

Last updated