Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface EventStreamEventBridgeConfiguration

    Configuration specific to an eventbridge destination.

    interface EventStreamEventBridgeConfiguration {
        aws_account_id: string;
        aws_region: Management.EventStreamEventBridgeAwsRegionEnum;
        aws_partner_event_source?: string;
    }
    Index

    Properties

    aws_account_id: string

    AWS Account ID for EventBridge destination.

    aws_partner_event_source?: string

    AWS Partner Event Source for EventBridge destination.