Waiting for engine...
Skip to main content

eventStreamsRegions

Retrieves all the available regions

Description: This query Returns a list of all regions available for the Event Streams service that the authenticated user has access to.

Example:

query region{
eventStreamsRegions {
id
}
}

eventStreamsRegions: [EventStreamsRegion!]

Type

EventStreamsRegion object event-streams-admin

Represents a geographical region where an Event Streams is deployed and supported, identified by a unique region ID.

On this Page