Class: Aws::OpenSearchService::Types::CreateOutboundConnectionResponse

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

Overview

The result of a ‘CreateOutboundConnection` request. Contains details about the newly created cross-cluster connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Name of the connection.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#connection_idString

The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#connection_modeString

The connection mode.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#connection_propertiesTypes::ConnectionProperties

The ‘ConnectionProperties` for the newly created connection.



1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#connection_statusTypes::OutboundConnectionStatus

The status of the connection.



1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#local_domain_infoTypes::DomainInformationContainer

Information about the source (local) domain.



1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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

#remote_domain_infoTypes::DomainInformationContainer

Information about the destination (remote) domain.



1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1794

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