| _key | core | string | |
| account_id | core | string | |
| backup_size_in_bytes | core | int64 | The size, in bytes, of a backup. |
| backup_vault_arn | core | string | An ARN that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>. |
| backup_vault_name | core | string | The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. |
| calculated_lifecycle | core | json | A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps. |
| completion_date | core | timestamp | The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. |
| composite_member_identifier | core | string | The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax"> logical ID</a> within a stack. |
| created_by | core | json | Contains identifying information about the creation of a recovery point, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan that is used to create it. |
| creation_date | core | timestamp | The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. |
| encryption_key_arn | core | string | The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>. |
| iam_role_arn | core | string | Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>. |
| index_status | core | string | This is the current status for the backup index associated with the specified recovery point. Statuses are: <code>PENDING</code> | <code>ACTIVE</code> | <code>FAILED</code> | <code>DELETING</code> A recovery point with an index that has the status of <code>ACTIVE</code> can be included in a search. |
| index_status_message | core | string | A string in the form of a detailed message explaining the status of a backup index associated with the recovery point. |
| is_encrypted | core | bool | A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted. |
| is_parent | core | bool | This is a boolean value indicating this is a parent (composite) recovery point. |
| last_restore_time | core | timestamp | The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. |
| lifecycle | core | json | The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability by resource</a> table. Backup ignores this expression for other resource types. |
| parent_recovery_point_arn | core | string | The Amazon Resource Name (ARN) of the parent (composite) recovery point. |
| recovery_point_arn | core | string | An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>. |
| resource_arn | core | string | An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type. |
| resource_name | core | string | The non-unique name of the resource that belongs to the specified backup. |
| resource_type | core | string | The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2. |
| source_backup_vault_arn | core | string | The backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account this value will be <code>null</code>. |
| status | core | string | A status code specifying the state of the recovery point. |
| status_message | core | string | A message explaining the current status of the recovery point. |
| tags | core | hstore | |
| vault_type | core | string | The type of vault in which the described recovery point is stored. |