

# RecoveryPointCreator
<a name="API_RecoveryPointCreator"></a>

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

## Contents
<a name="API_RecoveryPointCreator_Contents"></a>

 ** BackupPlanArn **   <a name="Backup-Type-RecoveryPointCreator-BackupPlanArn"></a>
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`.  
Type: String  
Required: No

 ** BackupPlanId **   <a name="Backup-Type-RecoveryPointCreator-BackupPlanId"></a>
Uniquely identifies a backup plan.  
Type: String  
Required: No

 ** BackupPlanName **   <a name="Backup-Type-RecoveryPointCreator-BackupPlanName"></a>
The name of the backup plan that created this recovery point. This provides human-readable context about which backup plan was responsible for the backup job.  
Type: String  
Required: No

 ** BackupPlanVersion **   <a name="Backup-Type-RecoveryPointCreator-BackupPlanVersion"></a>
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.  
Type: String  
Required: No

 ** BackupRuleCron **   <a name="Backup-Type-RecoveryPointCreator-BackupRuleCron"></a>
The cron expression that defines the schedule for the backup rule. This shows the frequency and timing of when backups are automatically triggered.  
Type: String  
Required: No

 ** BackupRuleId **   <a name="Backup-Type-RecoveryPointCreator-BackupRuleId"></a>
Uniquely identifies a rule used to schedule the backup of a selection of resources.  
Type: String  
Required: No

 ** BackupRuleName **   <a name="Backup-Type-RecoveryPointCreator-BackupRuleName"></a>
The name of the backup rule within the backup plan that created this recovery point. This helps identify which specific rule triggered the backup job.  
Type: String  
Required: No

 ** BackupRuleTimezone **   <a name="Backup-Type-RecoveryPointCreator-BackupRuleTimezone"></a>
The timezone used for the backup rule schedule. This provides context for when backups are scheduled to run in the specified timezone.  
Type: String  
Required: No

## See Also
<a name="API_RecoveryPointCreator_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/backup-2018-11-15/RecoveryPointCreator) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/backup-2018-11-15/RecoveryPointCreator) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/backup-2018-11-15/RecoveryPointCreator) 