Class: Aws::OpenSearchService::Types::CreateOutboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateOutboundConnectionResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1859 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 |