AWS::SecurityHub::HubV2The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
HubV2Arn | string | The Amazon Resource Name of the Security Hub V2 resource. |
SubscribedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::HubV2
Resources:
MyResource:
Type: AWS::SecurityHub::HubV2
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securityhub:EnableSecurityHubV2securityhub:DescribeSecurityHubV2securityhub:TagResourceiam:CreateServiceLinkedRolesecurityhub:DescribeSecurityHubV2securityhub:ListTagsForResourcesecurityhub:DescribeSecurityHubV2securityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResourcesecurityhub:DescribeSecurityHubV2securityhub:DisableSecurityHubV2securityhub:DescribeSecurityHubV2securityhub:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterHubV2Arn