aws-stepfunctions-express-workflow-log-event
Express workflow logs can include execution input/output and task details depending on the configured includeExecutionData setting.
Where it sits
| location | CloudWatch Logs Step Functions Express execution log event.message |
| location kind | log_field |
| data kinds | credential password api_key customer_data pii sensitive_data |
| emits edge | ContainsSecret |
| service | Step Functions (aws:stepfunctions) |
Collection recipe
| access mode | indirect_destination |
| operation | logs:FilterLogEvents |
| response path | Events[].Message |
| encoding | json |
| params | {"LogGroupName": "\u003cstate-machine-log-group\u003e"} |
Required permissions
states:DescribeStateMachine
logs:FilterLogEvents
References