AWS::SecurityHub::ProductSubscriptionThe AWS::SecurityHub::ProductSubscription resource represents a subscription to a service that is allowed to generate findings for your Security Hub account. One product subscription resource is created for each product enabled.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProductArn | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ProductSubscriptionArn | string | The ARN of the product subscription for the account |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::ProductSubscription
Resources:
MyResource:
Type: AWS::SecurityHub::ProductSubscription
Properties:
ProductArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:EnableImportFindingsForProductsecurityhub:ListEnabledProductsForImportsecurityhub:ListEnabledProductsForImportsecurityhub:DisableImportFindingsForProductsecurityhub:ListEnabledProductsForImportOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProductSubscriptionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProductArn