You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::CreateOutboundCrossClusterSearchConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of a CreateOutboundCrossClusterSearchConnection request. Contains the details of the newly created cross-cluster search connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Specifies the connection alias provided during the create connection request.

Returns:

  • (String)

    Specifies the connection alias provided during the create connection request.

#connection_statusTypes::OutboundCrossClusterSearchConnectionStatus

Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created connection.

Returns:

#cross_cluster_search_connection_idString

Unique id for the created outbound connection, which is used for subsequent operations on connection.

Returns:

  • (String)

    Unique id for the created outbound connection, which is used for subsequent operations on connection.

#destination_domain_infoTypes::DomainInformation

Specifies the DomainInformation for the destination Elasticsearch domain.

Returns:

#source_domain_infoTypes::DomainInformation

Specifies the DomainInformation for the source Elasticsearch domain.

Returns: