You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
EventBridgeDestination
export type EventBridgeDestination = Destination & {
__typename?: 'EventBridgeDestination';
source: Scalars['String'];
region: Scalars['String'];
accountId: Scalars['String'];
type: Scalars['String'];
};