Class: Aws::OpenSearchService::Types::OutboundConnection

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

Overview

Specifies details about an outbound cross-cluster connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Name of the connection.

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#connection_idString

Unique identifier of the connection.

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#connection_modeString

The connection mode.

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#connection_propertiesTypes::ConnectionProperties

Properties for the outbound connection.



5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#connection_statusTypes::OutboundConnectionStatus

Status of the connection.



5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#local_domain_infoTypes::DomainInformationContainer

Information about the source (local) domain.



5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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

#remote_domain_infoTypes::DomainInformationContainer

Information about the destination (remote) domain.



5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5948

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