Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreateEventStreamEventBridgeRequestContent
Interface CreateEventStreamEventBridgeRequestContent
interface
CreateEventStreamEventBridgeRequestContent
{
name
?:
string
;
subscriptions
?:
EventStreamSubscription
[]
;
destination
:
EventStreamEventBridgeDestination
;
status
?:
Management
.
EventStreamStatusEnum
;
}
Index
Properties
name?
subscriptions?
destination
status?
Properties
Optional
name
name
?:
string
Name of the event stream.
Optional
subscriptions
subscriptions
?:
EventStreamSubscription
[]
List of event types subscribed to in this stream.
destination
destination
:
EventStreamEventBridgeDestination
Optional
status
status
?:
Management
.
EventStreamStatusEnum
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
subscriptions
destination
status
Auth0 Node.js SDK - v5.0.0
Loading...
Name of the event stream.