The Amazon EventBridge destination.

Export

EventBridgeResource

interface EventBridgeResource {
    accountId: string;
    name: string;
    region: string;
}

Properties

Properties

accountId: string

The identifier for the AWS account that is responsible for charges related to receiving notifications.

Memberof

EventBridgeResource

name: string

The name of the partner event source associated with the destination.

Memberof

EventBridgeResource

region: string

The AWS region in which you receive the notifications. For AWS regions that are supported in Amazon EventBridge, refer to Amazon EventBridge endpoints and quotas.

Memberof

EventBridgeResource