ProductSubscriptionState constructor

const ProductSubscriptionState({
  1. Input<String?>? arn,
  2. Input<String?>? productArn,
  3. Input<String?>? region,
})

Creates a new ProductSubscriptionState. arn The ARN of a resource that represents your subscription to the product that generates the findings that you want to import into Security Hub. productArn The ARN of the product that generates findings that you want to import into Security Hub - see below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ProductSubscriptionState({
  this.arn,
  this.productArn,
  this.region,
});