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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The unique identifier of the connection.

Returns:

  • (String)


3766
3767
3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3766

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)


3766
3767
3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3766

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.



3766
3767
3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3766

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.



3766
3767
3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3766

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.



3766
3767
3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3766

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