class Aws::ElasticsearchService::Types::DescribeInboundCrossClusterSearchConnectionsRequest
Container for the parameters to the `DescribeInboundCrossClusterSearchConnections` operation.
@note When making an API call, you may pass DescribeInboundCrossClusterSearchConnectionsRequest
data as a hash: { filters: [ { name: "NonEmptyString", values: ["NonEmptyString"], }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] filters
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 @return [Array<Types::Filter>]
@!attribute [rw] max_results
Set this value to limit the number of results returned. If not specified, defaults to 100. @return [Integer]
@!attribute [rw] next_token
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination. @return [String]
Constants
- SENSITIVE