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

    Interface EventStreamEventBridgeResponseContent

    interface EventStreamEventBridgeResponseContent {
        id?: string;
        name?: string;
        subscriptions?: EventStreamSubscription[];
        destination?: EventStreamEventBridgeDestination;
        status?: Management.EventStreamStatusEnum;
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id?: string

    Unique identifier for the event stream.

    name?: string

    Name of the event stream.

    subscriptions?: EventStreamSubscription[]

    List of event types subscribed to in this stream.

    created_at?: string

    Timestamp when the event stream was created.

    updated_at?: string

    Timestamp when the event stream was last updated.