eventsinks - partner - QUERY
Version: unstable
Description:
A list of Eventsinks configured for the specified App ID.
Access Scopes
Arguments
-
appId:
ID! -
The app ID. Example value: `gid://partners/App/1234`.
-
topic:
EventsinkTopic! -
The topic of the Eventsink to query.
Returns
-
appId:
ID!
The App associated with the Eventsink.
-
awsUserArn:
String
AWS ARN given access to any SQS queues.
-
id:
ID!
The ID of the Eventsink.
-
queues:
EventsinkQueue!
List of queues associated with the eventsink.
-
topic:
EventsinkTopic!
The topic of the eventsink.
Examples