Returns a paginated list of network connectors in your account for the current Region. You can optionally filter results by connector state. Use the Marker parameter from a previous response to retrieve the next page of results.
Each item in the response includes the connector ARN, name, ID, type, current state, and last modified timestamp. To retrieve full configuration details for a specific connector, use GetNetworkConnector.
Query parameters
Optional filter to return only connectors in the specified state (for example, <code>ACTIVE</code> or <code>FAILED</code>).
The pagination token from a previous <code>ListNetworkConnectors</code> response. Use this value to retrieve the next page of results.
The maximum number of connectors to return per page. Valid range: 1 to 100.
Response
Success