PlanState constructor

const PlanState({
  1. Input<List<PlanAdvancedBackupSetting>?>? advancedBackupSettings,
  2. Input<String?>? arn,
  3. Input<String?>? name,
  4. Input<String?>? region,
  5. Input<List<PlanRule>?>? rules,
  6. Input<List<PlanScanSetting>?>? scanSettings,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
  9. Input<String?>? version,
})

Creates a new PlanState. advancedBackupSettings An object that specifies backup options for each resource type. arn The ARN of the backup plan. name The display name of a backup plan. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. rules A rule object that specifies a scheduled task that is used to back up a selection of resources. scanSettings Block for scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental. Detailed below. tags Metadata that you can assign to help organize the plans you create. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. version Unique, randomly generated, Unicode, UTF-8 encoded string that serves as the version ID of the backup plan.

Implementation

const PlanState({
  this.advancedBackupSettings,
  this.arn,
  this.name,
  this.region,
  this.rules,
  this.scanSettings,
  this.tags,
  this.tagsAll,
  this.version,
});