traceHeader
Passes the X-Ray trace header. The trace header can also be passed in the request payload.
For X-Ray traces, all Amazon Web Services services use the X-Amzn-Trace-Id
header from the HTTP request. Using the header is the preferred mechanism to identify a trace. StartExecution
and StartSyncExecution
API operations can also use traceHeader
from the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.