Class: Aws::OpenSearchService::Types::InboundConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InboundConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Describes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see [Cross-cluster search for Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The unique identifier of the connection.
-
#connection_mode ⇒ String
The connection mode.
-
#connection_status ⇒ Types::InboundConnectionStatus
The current 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_id ⇒ String
The unique identifier of the connection.
4667 4668 4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#connection_mode ⇒ String
The connection mode.
4667 4668 4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#connection_status ⇒ Types::InboundConnectionStatus
The current status of the connection.
4667 4668 4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#local_domain_info ⇒ Types::DomainInformationContainer
Information about the source (local) domain.
4667 4668 4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Information about the destination (remote) domain.
4667 4668 4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4667 class InboundConnection < Struct.new( :local_domain_info, :remote_domain_info, :connection_id, :connection_status, :connection_mode) SENSITIVE = [] include Aws::Structure end |