Values.RecoveryPointMemberSourceThis is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
type nonrec t = {recoveryPointArn : ARN.t option;The Amazon Resource Name (ARN) of the parent (composite) recovery point.
*)resourceArn : ARN.t option;The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
*)resourceType : ResourceType.t option;The Amazon Web Services resource type that is saved as a recovery point.
*)backupVaultName : BackupVaultName.t option;The name of the backup vault (the logical container in which backups are stored).
*)}