Class: Aws::OpenSearchService::Types::CreateOutboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateOutboundConnectionResponse
- 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
-
#connection_alias ⇒ String
Name of the connection.
-
#connection_id ⇒ String
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
-
#connection_mode ⇒ String
The connection mode.
-
#connection_properties ⇒ Types::ConnectionProperties
The ‘ConnectionProperties` for the newly created connection.
-
#connection_status ⇒ Types::OutboundConnectionStatus
The status of the connection.
-
#local_domain_info ⇒ Types::DomainInformationContainer
Information about the source (local) domain.
-
#remote_domain_info ⇒ Types::DomainInformationContainer
Information about the destination (remote) domain.
Instance Attribute Details
#connection_alias ⇒ String
Name 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 |
#connection_id ⇒ String
The unique identifier for the created outbound connection, which is used for subsequent operations on 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 |
#connection_mode ⇒ String
The connection mode.
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_properties ⇒ Types::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_status ⇒ Types::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_info ⇒ Types::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_info ⇒ Types::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 |