PlanRuleCopyAction class

Constructors

PlanRuleCopyAction({required Input<String> destinationVaultArn, Input<PlanRuleCopyActionLifecycle?>? lifecycle})
Creates a new PlanRuleCopyAction. destinationVaultArn ARN that uniquely identifies the destination backup vault for the copied backup. lifecycle The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.
const
PlanRuleCopyAction.fromMap(Map<String, dynamic> map)
factory

Properties

destinationVaultArn → Input<String>
ARN that uniquely identifies the destination backup vault for the copied backup.
final
hashCode int
The hash code for this object.
no setterinherited
lifecycle → Input<PlanRuleCopyActionLifecycle?>?
The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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