AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityHub::ProductSubscription

CfnProductSubscription

The `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

import { CfnProductSubscription } from 'aws-cdk-lib/aws-securityhub';

Or use the module namespace:

import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnProductSubscription

Properties

Configuration passed to the constructor as CfnProductSubscriptionProps.

productArnRequired
string

The ARN of the product to enable the integration for.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter