interface CfnProductSubscriptionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnProductSubscriptionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnProductSubscriptionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnProductSubscriptionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnProductSubscriptionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnProductSubscriptionMixinProps |
Properties for CfnProductSubscriptionPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from '@aws-cdk/cfn-property-mixins';
const cfnProductSubscriptionMixinProps: securityhub.CfnProductSubscriptionMixinProps = {
productArn: 'productArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| product | string | The ARN of the product to enable the integration for. |
productArn?
Type:
string
(optional)
The ARN of the product to enable the integration for.

.NET
Go
Java
Python
TypeScript