Skip to content

/AWS1/CL_ESSCREOUTBOUNDCROSS01

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_SOURCEDOMAININFO TYPE REF TO /AWS1/CL_ESSDOMAININFORMATION /AWS1/CL_ESSDOMAININFORMATION

Specifies the DomainInformation for the source Elasticsearch domain.

IO_DESTINATIONDOMAININFO TYPE REF TO /AWS1/CL_ESSDOMAININFORMATION /AWS1/CL_ESSDOMAININFORMATION

Specifies the DomainInformation for the destination Elasticsearch domain.

IV_CONNECTIONALIAS TYPE /AWS1/ESSCONNECTIONALIAS /AWS1/ESSCONNECTIONALIAS

Specifies the connection alias provided during the create connection request.

IO_CONNECTIONSTATUS TYPE REF TO /AWS1/CL_ESSOUTBOUNDCROSSCLS00 /AWS1/CL_ESSOUTBOUNDCROSSCLS00

Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created connection.

IV_CROSSCLUSTERSEARCHCONNID TYPE /AWS1/ESSCROSSCLUSTSRCHCONNID /AWS1/ESSCROSSCLUSTSRCHCONNID

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


Queryable Attributes

SourceDomainInfo

Specifies the DomainInformation for the source Elasticsearch domain.

Accessible with the following methods

Method Description
GET_SOURCEDOMAININFO() Getter for SOURCEDOMAININFO

DestinationDomainInfo

Specifies the DomainInformation for the destination Elasticsearch domain.

Accessible with the following methods

Method Description
GET_DESTINATIONDOMAININFO() Getter for DESTINATIONDOMAININFO

ConnectionAlias

Specifies the connection alias provided during the create connection request.

Accessible with the following methods

Method Description
GET_CONNECTIONALIAS() Getter for CONNECTIONALIAS, with configurable default
ASK_CONNECTIONALIAS() Getter for CONNECTIONALIAS w/ exceptions if field has no val
HAS_CONNECTIONALIAS() Determine if CONNECTIONALIAS has a value

ConnectionStatus

Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created connection.

Accessible with the following methods

Method Description
GET_CONNECTIONSTATUS() Getter for CONNECTIONSTATUS

CrossClusterSearchConnectionId

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

Accessible with the following methods

Method Description
GET_CROSSCLUSTERSEARCHCONNID() Getter for CROSSCLUSTERSEARCHCONNID, with configurable defau
ASK_CROSSCLUSTERSEARCHCONNID() Getter for CROSSCLUSTERSEARCHCONNID w/ exceptions if field h
HAS_CROSSCLUSTERSEARCHCONNID() Determine if CROSSCLUSTERSEARCHCONNID has a value