PlanState class

Input properties used for looking up and filtering Plan resources.

Constructors

PlanState({Input<List<PlanAdvancedBackupSetting>?>? advancedBackupSettings, Input<String?>? arn, Input<String?>? name, Input<String?>? region, Input<List<PlanRule>?>? rules, Input<List<PlanScanSetting>?>? scanSettings, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, 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.
const
PlanState.fromMap(Map<String, dynamic> map)
factory

Properties

advancedBackupSettings → Input<List<PlanAdvancedBackupSetting>?>?
An object that specifies backup options for each resource type.
final
arn → Input<String?>?
The ARN of the backup plan.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The display name of a backup plan.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
rules → Input<List<PlanRule>?>?
A rule object that specifies a scheduled task that is used to back up a selection of resources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanSettings → Input<List<PlanScanSetting>?>?
Block for scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental. Detailed below.
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
version → Input<String?>?
Unique, randomly generated, Unicode, UTF-8 encoded string that serves as the version ID of the backup plan.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited