The information required to create an Amazon EventBridge destination.

Export

EventBridgeResourceSpecification

interface EventBridgeResourceSpecification {
    accountId: string;
    region: string;
}

Properties

Properties

accountId: string

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

Memberof

EventBridgeResourceSpecification

region: string

The AWS region in which you will be receiving the notifications.

Memberof

EventBridgeResourceSpecification