Class: Aws::ElasticsearchService::Types::InboundCrossClusterSearchConnection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies details of an inbound connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_statusTypes::InboundCrossClusterSearchConnectionStatus

Specifies the ‘InboundCrossClusterSearchConnectionStatus` for the outbound connection.



2607
2608
2609
2610
2611
2612
2613
2614
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607

class InboundCrossClusterSearchConnection < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :cross_cluster_search_connection_id,
  :connection_status)
  SENSITIVE = []
  include Aws::Structure
end

#cross_cluster_search_connection_idString

Specifies the connection id for the inbound cross-cluster search connection.

Returns:

  • (String)


2607
2608
2609
2610
2611
2612
2613
2614
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607

class InboundCrossClusterSearchConnection < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :cross_cluster_search_connection_id,
  :connection_status)
  SENSITIVE = []
  include Aws::Structure
end

#destination_domain_infoTypes::DomainInformation

Specifies the ‘DomainInformation` for the destination Elasticsearch domain.



2607
2608
2609
2610
2611
2612
2613
2614
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607

class InboundCrossClusterSearchConnection < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :cross_cluster_search_connection_id,
  :connection_status)
  SENSITIVE = []
  include Aws::Structure
end

#source_domain_infoTypes::DomainInformation

Specifies the ‘DomainInformation` for the source Elasticsearch domain.



2607
2608
2609
2610
2611
2612
2613
2614
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607

class InboundCrossClusterSearchConnection < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :cross_cluster_search_connection_id,
  :connection_status)
  SENSITIVE = []
  include Aws::Structure
end