Class: Aws::OpenSearchService::Types::CrossClusterSearchConnectionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CrossClusterSearchConnectionProperties
- 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
-
#skip_unavailable ⇒ String
The status of the
SkipUnavailable
setting for the outbound connection.
Instance Attribute Details
#skip_unavailable ⇒ String
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.
1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1919 class CrossClusterSearchConnectionProperties < Struct.new( :skip_unavailable) SENSITIVE = [] include Aws::Structure end |