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)


5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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)


5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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)


5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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.



5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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.



5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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.



5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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.



5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5705

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