RecoveryPointCreator class

Contains information about the backup plan and rule that AWS Backup used to initiate the recovery point backup.

Constructors

RecoveryPointCreator({String? backupPlanArn, String? backupPlanId, String? backupPlanVersion, String? backupRuleId})
RecoveryPointCreator.fromJson(Map<String, dynamic> json)
factory

Properties

backupPlanArn String?
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
final
backupPlanId String?
Uniquely identifies a backup plan.
final
backupPlanVersion String?
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
final
backupRuleId String?
Uniquely identifies a rule used to schedule the backup of a selection of resources.
final
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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