GetPlanRule class
Constructors
-
GetPlanRule({required Input<
int> completionWindow, required Input<List< copyActions, required Input<GetPlanRuleCopyAction> >bool> enableContinuousBackup, required Input<List< lifecycles, Input<GetPlanRuleLifecycle> >Map< ? recoveryPointTags, required Input<String, String> ?>String> ruleName, required Input<List< scanActions, required Input<GetPlanRuleScanAction> >String> schedule, required Input<String> scheduleExpressionTimezone, required Input<int> startWindow, required Input<String> targetLogicallyAirGappedBackupVaultArn, required Input<String> targetVaultName}) -
Creates a new GetPlanRule.
completionWindowRequired.copyActionsRequired.enableContinuousBackupRequired.lifecyclesRequired.recoveryPointTagsOptional.ruleNameRequired.scanActionsRequired.scheduleRequired.scheduleExpressionTimezoneRequired.startWindowRequired.targetLogicallyAirGappedBackupVaultArnRequired.targetVaultNameRequired.const -
GetPlanRule.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
completionWindow
→ Input<
int> -
final
-
copyActions
→ Input<
List< GetPlanRuleCopyAction> > -
final
-
enableContinuousBackup
→ Input<
bool> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lifecycles
→ Input<
List< GetPlanRuleLifecycle> > -
final
-
recoveryPointTags
→ Input<
Map< ?String, String> ?> -
final
-
ruleName
→ Input<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scanActions
→ Input<
List< GetPlanRuleScanAction> > -
final
-
schedule
→ Input<
String> -
final
-
scheduleExpressionTimezone
→ Input<
String> -
final
-
startWindow
→ Input<
int> -
final
-
targetLogicallyAirGappedBackupVaultArn
→ Input<
String> -
final
-
targetVaultName
→ Input<
String> -
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