Class: Aws::OpenSearchService::Types::OutboundConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::OutboundConnection
- 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
-
#connection_alias ⇒ String
Name of the connection.
-
#connection_id ⇒ String
Unique identifier of the connection.
-
#connection_mode ⇒ String
The connection mode.
-
#connection_properties ⇒ Types::ConnectionProperties
Properties for the outbound connection.
-
#connection_status ⇒ Types::OutboundConnectionStatus
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.
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_id ⇒ String
Unique identifier 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 |
#connection_mode ⇒ String
The connection mode.
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_properties ⇒ Types::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_status ⇒ Types::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_info ⇒ Types::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_info ⇒ Types::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 |