ProductSubscriptionReference
- class aws_cdk.aws_securityhub.ProductSubscriptionReference(*, product_subscription_arn)
Bases:
object
A reference to a ProductSubscription resource.
- Parameters:
product_subscription_arn (
str
) – The ProductSubscriptionArn of the ProductSubscription resource.- 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 product_subscription_reference = securityhub.ProductSubscriptionReference( product_subscription_arn="productSubscriptionArn" )
Attributes
- product_subscription_arn
The ProductSubscriptionArn of the ProductSubscription resource.