CfnProductSubscriptionMixinProps
- class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnProductSubscriptionMixinProps(*, product_arn=None)
Bases:
objectProperties for CfnProductSubscriptionPropsMixin.
- Parameters:
product_arn (
Optional[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.mixins_preview.aws_securityhub import mixins as securityhub_mixins cfn_product_subscription_mixin_props = securityhub_mixins.CfnProductSubscriptionMixinProps( product_arn="productArn" )
Attributes
- product_arn
The ARN of the product to enable the integration for.