ProductSubscriptionArgs

data class ProductSubscriptionArgs(val productArn: Output<String>? = null) : ConvertibleToJava<ProductSubscriptionArgs>

The AWS::SecurityHub::ProductSubscription resource represents a subscription to a service that is allowed to generate findings for your Security Hub account. One product subscription resource is created for each product enabled.

Constructors

Link copied to clipboard
constructor(productArn: Output<String>? = null)

Properties

Link copied to clipboard
val productArn: Output<String>? = null

The generic ARN of the product being subscribed to

Functions

Link copied to clipboard
open override fun toJava(): ProductSubscriptionArgs