Update Trace Segment Destination
xray_update_trace_segment_destination | R Documentation |
Modifies the destination of data sent to PutTraceSegments¶
Description¶
Modifies the destination of data sent to put_trace_segments
. The
Transaction Search feature requires the CloudWatchLogs destination. For
more information, see Transaction
Search.
Usage¶
xray_update_trace_segment_destination(Destination)
Arguments¶
Destination |
The configured destination of trace segments. |
Value¶
A list with the following syntax:
list(
Destination = "XRay"|"CloudWatchLogs",
Status = "PENDING"|"ACTIVE"
)
Request syntax¶
svc$update_trace_segment_destination(
Destination = "XRay"|"CloudWatchLogs"
)