class Aws::ElasticsearchService::Types::DescribeOutboundCrossClusterSearchConnectionsRequest
Container for the parameters to the `DescribeOutboundCrossClusterSearchConnections` operation.
@note When making an API call, you may pass DescribeOutboundCrossClusterSearchConnectionsRequest
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 outbound cross-cluster search connection. Available `Filter` names for this operation are: * cross-cluster-search-connection-id * destination-domain-info.domain-name * destination-domain-info.owner-id * destination-domain-info.region * source-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