Lists information about a connector's operation(s).
See https://www.paws-r-sdk.com/docs/kafkaconnect_list_connector_operations/ for full documentation.
kafkaconnect_list_connector_operations(
connectorArn,
maxResults = NULL,
nextToken = NULL
)
[required] The Amazon Resource Name (ARN) of the connector for which to list operations.
Maximum number of connector operations to fetch in one get request.
If the response is truncated, it includes a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.