You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: