Skip to content

Instantly share code, notes, and snippets.

@adamcousins
Created May 4, 2021 06:39
Show Gist options
  • Save adamcousins/60cde875712f4a9131fd69a0edbae61f to your computer and use it in GitHub Desktop.
Save adamcousins/60cde875712f4a9131fd69a0edbae61f to your computer and use it in GitHub Desktop.
---
AWSTemplateFormatVersion: '2010-09-09'
Description: "Security: Deploys a Security Hub Resource."
Parameters: {}
Resources:
SecHub:
Type: 'AWS::SecurityHub::Hub'
Properties: {}
Outputs:
HubArn:
Value: !Ref SecHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment