Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would like logging added to the stepfunction #190

Open
cf-mark-de-boer opened this issue Mar 5, 2024 · 1 comment
Open

Would like logging added to the stepfunction #190

cf-mark-de-boer opened this issue Mar 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cf-mark-de-boer
Copy link

Is your feature request related to a problem? Please describe.
SecurityHub best-practice standards prescribe using loging on a stepfunction. I would like the posibility to enable it with stack parameter (s). Both StaeMachines dont have this option yet.

Describe the feature you'd like
custom-control-tower-initiation.template:

ServiceControlPolicyMachine:
Type: 'AWS::StepFunctions::StateMachine'
Properties:
StateMachineName: CustomControlTowerServiceControlPolicyMachine
RoleArn: !GetAtt 'StateMachineRole.Arn'
LoggingConfiguration:
Destinations:
- !Ref LogGroup
IncludeExecutionData: true
Level: ERROR
DefinitionString:

Additional context
Add any other context or screenshots about the feature request here.

@cf-mark-de-boer cf-mark-de-boer added the enhancement New feature or request label Mar 5, 2024
@hanafya
Copy link

hanafya commented Mar 5, 2024

Hey @cf-mark-de-boer!

Thank you very for this feature request! I have created an item in our backlog for this request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants