AWS::SecurityHub::HubThe AWS::SecurityHub::Hub resource represents the implementation of the AWS Security Hub service in your account. One hub resource is created for each Region in which you enable Security Hub.
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AutoEnableControls | boolean | |
ControlFindingGenerator | string | |
EnableDefaultStandards | boolean | Write-only |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ARN | string | An ARN is automatically created for the customer. |
SubscribedAt | string | The date and time when Security Hub was enabled in the account. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::Hub
Resources:
MyResource:
Type: AWS::SecurityHub::Hub
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securityhub:EnableSecurityHubsecurityhub:UpdateSecurityHubConfigurationsecurityhub:TagResourcesecurityhub:ListTagsForResourcesecurityhub:DescribeHubsecurityhub:ListTagsForResourcesecurityhub:DescribeHubsecurityhub:UpdateSecurityHubConfigurationsecurityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResourcesecurityhub:DisableSecurityHubsecurityhub:DescribeHubsecurityhub:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterARN