Class: Aws::OpenSearchService::Types::CrossClusterSearchConnectionProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Cross-cluster search specific connection properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#skip_unavailableString

The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.

Returns:

  • (String)


1665
1666
1667
1668
1669
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1665

class CrossClusterSearchConnectionProperties < Struct.new(
  :skip_unavailable)
  SENSITIVE = []
  include Aws::Structure
end