I'm trying to enable the AWS Security Hub along with AWS Foundation Security Best Practice and CIS Benchmarking with Cloudformation template.
AWSTemplateFormatVersion: 2010-09-09
Description:
Resources:
SecurityHub:
Type: "AWS::SecurityHub::Hub"
Properties: {}
Parameters: {}
Metadata: {}
Conditions: {}
Is this Code correct or should I need to add more?