Class: Aws::OpenSearchService::Types::InboundConnection

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

Overview

Describes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see [Cross-cluster search for Amazon OpenSearch Service].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The unique identifier of the connection.

Returns:

  • (String)


4667
4668
4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667

class InboundConnection < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_id,
  :connection_status,
  :connection_mode)
  SENSITIVE = []
  include Aws::Structure
end

#connection_modeString

The connection mode.

Returns:

  • (String)


4667
4668
4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667

class InboundConnection < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_id,
  :connection_status,
  :connection_mode)
  SENSITIVE = []
  include Aws::Structure
end

#connection_statusTypes::InboundConnectionStatus

The current status of the connection.



4667
4668
4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667

class InboundConnection < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_id,
  :connection_status,
  :connection_mode)
  SENSITIVE = []
  include Aws::Structure
end

#local_domain_infoTypes::DomainInformationContainer

Information about the source (local) domain.



4667
4668
4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667

class InboundConnection < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_id,
  :connection_status,
  :connection_mode)
  SENSITIVE = []
  include Aws::Structure
end

#remote_domain_infoTypes::DomainInformationContainer

Information about the destination (remote) domain.



4667
4668
4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667

class InboundConnection < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_id,
  :connection_status,
  :connection_mode)
  SENSITIVE = []
  include Aws::Structure
end