Values.DescribeInboundCrossClusterSearchConnectionsRequestSourceContainer for the parameters to the DescribeInboundCrossClusterSearchConnections operation.
type nonrec t = {filters : FilterList.t option;A list of filters used to match properties for inbound cross-cluster search connection. Available Filter names for this operation are: cross-cluster-search-connection-id source-domain-info.domain-name source-domain-info.owner-id source-domain-info.region destination-domain-info.domain-name
*)maxResults : MaxResults.t option;Set this value to limit the number of results returned. If not specified, defaults to 100.
*)nextToken : NextToken.t option;NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `String of NextToken.t ])
list ]