Creates a new cross-cluster search connection from a source domain to a destination domain.
elasticsearchservice_create_outbound_cross_cluster_search_connection(
SourceDomainInfo, DestinationDomainInfo, ConnectionAlias)
A list with the following syntax:
list(
SourceDomainInfo = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
),
DestinationDomainInfo = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
),
ConnectionAlias = "string",
ConnectionStatus = list(
StatusCode = "PENDING_ACCEPTANCE"|"VALIDATING"|"VALIDATION_FAILED"|"PROVISIONING"|"ACTIVE"|"REJECTED"|"DELETING"|"DELETED",
Message = "string"
),
CrossClusterSearchConnectionId = "string"
)
[required] Specifies the DomainInformation
for the source Elasticsearch domain.
[required] Specifies the DomainInformation
for the destination Elasticsearch
domain.
[required] Specifies the connection alias that will be used by the customer for this connection.
svc$create_outbound_cross_cluster_search_connection(
SourceDomainInfo = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
),
DestinationDomainInfo = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
),
ConnectionAlias = "string"
)