From 57a893be879fcd36ed99d195b92f358d41aadfb2 Mon Sep 17 00:00:00 2001 From: kimi <47579703+kimi-p@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:38:05 -0400 Subject: [PATCH] Update README.md for `DdFetchStepFunctionsTags` (#812) --- aws/logs_monitoring/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws/logs_monitoring/README.md b/aws/logs_monitoring/README.md index eeab5915..18a68cdd 100644 --- a/aws/logs_monitoring/README.md +++ b/aws/logs_monitoring/README.md @@ -395,6 +395,9 @@ SSL encrypted TCP connection, set this parameter to true. `DdFetchLogGroupTags` : Let the forwarder fetch Log Group tags using ListTagsLogGroup and apply them to logs, metrics, and traces. If set to true, permission `logs:ListTagsLogGroup` will be automatically added to the Lambda execution IAM role. +`DdFetchStepFunctionsTags` +: Let the Forwarder fetch Step Functions tags using GetResources API calls and apply them to traces (if Step Functions tracing is enabled). If set to true, permission `tag:GetResources` will be automatically added to the Lambda execution IAM role. + ### Log scrubbing (optional) `RedactIp`