AccountV2Args constructor

const AccountV2Args({
  1. Input<String?>? region,
  2. Input<Map<String, String>?>? tags,
})

Creates a new AccountV2Args. 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.

Implementation

const AccountV2Args({
  this.region,
  this.tags,
});