Accept Inbound Connection
opensearchservice_accept_inbound_connection | R Documentation |
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request¶
Description¶
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. For more information, see Cross-cluster search for Amazon OpenSearch Service.
Usage¶
Arguments¶
ConnectionId
[required] The ID of the inbound connection to accept.
Value¶
A list with the following syntax:
list(
Connection = list(
LocalDomainInfo = list(
AWSDomainInformation = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
)
),
RemoteDomainInfo = list(
AWSDomainInformation = list(
OwnerId = "string",
DomainName = "string",
Region = "string"
)
),
ConnectionId = "string",
ConnectionStatus = list(
StatusCode = "PENDING_ACCEPTANCE"|"APPROVED"|"PROVISIONING"|"ACTIVE"|"REJECTING"|"REJECTED"|"DELETING"|"DELETED",
Message = "string"
),
ConnectionMode = "DIRECT"|"VPC_ENDPOINT"
)
)