Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stepfunctions-tasks): cloudwatchlogs service generates wrong acti…
…on in role policy (#27623) This PR fixes the bug that a wrong action in role policy is generated when `cloudwatchlogs` service is specified. A correct action is `logs:xxx`, but current behavior is to `cloudwatchlogs:xxx` by using the `service` property. Closes #27573. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information