View source: R/kafkaconnect_operations.R
kafkaconnect_list_connector_operations | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.