You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::InboundCrossClusterSearchConnection
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::InboundCrossClusterSearchConnection
 
- Defined in:
- (unknown)
Overview
Specifies details of an inbound connection.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #connection_status  ⇒ Types::InboundCrossClusterSearchConnectionStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the InboundCrossClusterSearchConnectionStatusfor the outbound connection.
- 
  
    
      #cross_cluster_search_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the connection id for the inbound cross-cluster search connection. 
- 
  
    
      #destination_domain_info  ⇒ Types::DomainInformation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the DomainInformationfor the destination Elasticsearch domain.
- 
  
    
      #source_domain_info  ⇒ Types::DomainInformation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the DomainInformationfor the source Elasticsearch domain.
Instance Attribute Details
#connection_status ⇒ Types::InboundCrossClusterSearchConnectionStatus
Specifies the InboundCrossClusterSearchConnectionStatus for the
outbound connection.
#cross_cluster_search_connection_id ⇒ String
Specifies the connection id for the inbound cross-cluster search connection.
#destination_domain_info ⇒ Types::DomainInformation
Specifies the DomainInformation for the destination Elasticsearch
domain.
#source_domain_info ⇒ Types::DomainInformation
Specifies the DomainInformation for the source Elasticsearch domain.