AccountV2State constructor
const
AccountV2State({})
Creates a new AccountV2State.
arn ARN of the Security Hub V2 resource created in the account.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const AccountV2State({
this.arn,
this.region,
this.tags,
this.tagsAll,
});