listCloudConnectors

Returns a list of connectors filtered by its Lambda Amazon Resource Name (ARN) and type.

Samples

// ListCloudConnectors happy path to get a list of connector resources
val resp = iotManagedIntegrationsClient.listCloudConnectors {
    maxResults = 5
}