AwsBackupRecoveryPointDetails
Contains detailed information about the recovery points stored in an AWS Backup backup vault. A backup, or recovery point, represents the content of a resource at a specified time.
Contents
- BackupSizeInBytes
-
The size, in bytes, of a backup.
Type: Long
Required: No
- BackupVaultArn
-
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
Type: String
Pattern:
.*\S.*
Required: No
- BackupVaultName
-
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the AWS account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Type: String
Pattern:
.*\S.*
Required: No
- CalculatedLifecycle
-
A
CalculatedLifecycle
object containingDeleteAt
andMoveToColdStorageAt
timestamps.Type: AwsBackupRecoveryPointCalculatedLifecycleDetails object
Required: No
- CompletionDate
-
The date and time that a job to create a recovery point is completed, in Unix format and UTC. The value of
CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.Type: String
Pattern:
.*\S.*
Required: No
- CreatedBy
-
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn
,BackupPlanId
,BackupPlanVersion
, andBackupRuleId
of the backup plan that is used to create it.Type: AwsBackupRecoveryPointCreatedByDetails object
Required: No
- CreationDate
-
The date and time a recovery point is created, in Unix format and UTC. The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.Type: String
Pattern:
.*\S.*
Required: No
- EncryptionKeyArn
-
The ARN for the server-side encryption key that is used to protect your backups.
Type: String
Pattern:
.*\S.*
Required: No
- IamRoleArn
-
Specifies the IAM role ARN used to create the target recovery point
Type: String
Pattern:
.*\S.*
Required: No
- IsEncrypted
-
A Boolean value that is returned as
TRUE
if the specified recovery point is encrypted, orFALSE
if the recovery point is not encrypted.Type: Boolean
Required: No
- LastRestoreTime
-
The date and time that a recovery point was last restored, in Unix format and UTC. The value of
LastRestoreTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.Type: String
Pattern:
.*\S.*
Required: No
- Lifecycle
-
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define
Type: AwsBackupRecoveryPointLifecycleDetails object
Required: No
- RecoveryPointArn
-
An ARN that uniquely identifies a recovery point.
Type: String
Pattern:
.*\S.*
Required: No
- ResourceArn
-
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
Type: String
Pattern:
.*\S.*
Required: No
- ResourceType
-
The type of AWS resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database.
Type: String
Pattern:
.*\S.*
Required: No
- SourceBackupVaultArn
-
The ARN for 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 null.
Type: String
Pattern:
.*\S.*
Required: No
- Status
-
A status code specifying the state of the recovery point. Valid values are as follows:
-
COMPLETED
-
DELETING
-
EXPIRED
-
PARTIAL
Type: String
Pattern:
.*\S.*
Required: No
-
- StatusMessage
-
A message explaining the reason of the recovery point deletion failure.
Type: String
Pattern:
.*\S.*
Required: No
- StorageClass
-
Specifies the storage class of the recovery point. Valid values are as follows:
-
COLD
-
DELETED
-
WARM
Type: String
Pattern:
.*\S.*
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: