StandardsSubscriptionState constructor

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

Creates a new StandardsSubscriptionState. arn The ARN of a resource that represents your subscription to a supported standard. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. standardsArn The ARN of a standard - see below.

Implementation

const StandardsSubscriptionState({
  this.arn,
  this.region,
  this.standardsArn,
});