The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
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:
Additional context Add any other context or screenshots about the feature request here.