kafkaconnect_list_connector_operations: Lists information about a connector's operation(s)

View source: R/kafkaconnect_operations.R

kafkaconnect_list_connector_operationsR 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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.