class Aws::ElasticsearchService::Types::CreateOutboundCrossClusterSearchConnectionResponse
The result of a `CreateOutboundCrossClusterSearchConnection` request. Contains the details of the newly created cross-cluster search connection.
@!attribute [rw] source_domain_info
Specifies the `DomainInformation` for the source Elasticsearch domain. @return [Types::DomainInformation]
@!attribute [rw] destination_domain_info
Specifies the `DomainInformation` for the destination Elasticsearch domain. @return [Types::DomainInformation]
@!attribute [rw] connection_alias
Specifies the connection alias provided during the create connection request. @return [String]
@!attribute [rw] connection_status
Specifies the `OutboundCrossClusterSearchConnectionStatus` for the newly created connection. @return [Types::OutboundCrossClusterSearchConnectionStatus]
@!attribute [rw] cross_cluster_search_connection_id
Unique id for the created outbound connection, which is used for subsequent operations on connection. @return [String]
Constants
- SENSITIVE