AWS::SecurityHub::ProductSubscriptionThe `AWS::SecurityHub::ProductSubscription` resource creates a subscription to a third-party product that generates findings that you want to receive in AWS Security Hub CSPM . For a list of integrations to third-party products, see [Available third-party partner product integrations](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html) in the *AWS Security Hub CSPM User Guide* . To change a product subscription, remove the current product subscription resource, and then create a new one. Tags aren't supported for this resource.
import { CfnProductSubscription } from 'aws-cdk-lib/aws-securityhub';Or use the module namespace:
import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnProductSubscriptionConfiguration passed to the constructor as CfnProductSubscriptionProps.
productArnRequiredstringThe ARN of the product to enable the integration for.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-securityhubAWS::SecurityHub::ProductSubscription