StandardsSubscriptionArgs constructor
Creates a new StandardsSubscriptionArgs.
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 StandardsSubscriptionArgs({
this.region,
required this.standardsArn,
});