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)


1597
1598
1599
1600
1601
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1597

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