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