CfnProductSubscriptionProps
- class aws_cdk.aws_securityhub.CfnProductSubscriptionProps(*, product_arn)
- Bases: - object- Properties for defining a - CfnProductSubscription.- Parameters:
- product_arn ( - str) – The ARN of the product to enable the integration for.
- See:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_securityhub as securityhub cfn_product_subscription_props = securityhub.CfnProductSubscriptionProps( product_arn="productArn" ) - Attributes - product_arn
- The ARN of the product to enable the integration for.