aws_backup_recovery_point

account_id

Type: STRING

backup_size_in_bytes

Type: INT64
Provider name: BackupSizeInBytes
Description: The size, in bytes, of a backup.

backup_vault_arn

Type: STRING
Provider name: BackupVaultArn
Description: An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

backup_vault_name

Type: STRING
Provider name: BackupVaultName
Description: 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. They consist of lowercase letters, numbers, and hyphens.

calculated_lifecycle

Type: STRUCT
Provider name: CalculatedLifecycle
Description: A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt timestamps.

  • delete_at
    Type: TIMESTAMP
    Provider name: DeleteAt
    Description: A timestamp that specifies when to delete a recovery point.
  • move_to_cold_storage_at
    Type: TIMESTAMP
    Provider name: MoveToColdStorageAt
    Description: A timestamp that specifies when to transition a recovery point to cold storage.

completion_date

Type: TIMESTAMP
Provider name: CompletionDate
Description: The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (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.

composite_member_identifier

Type: STRING
Provider name: CompositeMemberIdentifier
Description: This is 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 logical ID within a stack.

created_by

Type: STRUCT
Provider name: CreatedBy
Description: Contains identifying information about the creation of a recovery point, including the BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan that is used to create it.

  • backup_plan_arn
    Type: STRING
    Provider name: BackupPlanArn
    Description: 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.
  • backup_plan_id
    Type: STRING
    Provider name: BackupPlanId
    Description: Uniquely identifies a backup plan.
  • backup_plan_version
    Type: STRING
    Provider name: BackupPlanVersion
    Description: Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
  • backup_rule_id
    Type: STRING
    Provider name: BackupRuleId
    Description: Uniquely identifies a rule used to schedule the backup of a selection of resources.

creation_date

Type: TIMESTAMP
Provider name: CreationDate
Description: The date and time a recovery point is created, in Unix format and Coordinated Universal Time (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.

encryption_key_arn

Type: STRING
Provider name: EncryptionKeyArn
Description: The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

iam_role_arn

Type: STRING
Provider name: IamRoleArn
Description: Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

is_encrypted

Type: BOOLEAN
Provider name: IsEncrypted
Description: A Boolean value that is returned as TRUE if the specified recovery point is encrypted, or FALSE if the recovery point is not encrypted.

is_parent

Type: BOOLEAN
Provider name: IsParent
Description: This is a boolean value indicating this is a parent (composite) recovery point.

last_restore_time

Type: TIMESTAMP
Provider name: LastRestoreTime
Description: The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (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.

lifecycle

Type: STRUCT
Provider name: Lifecycle
Description: 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 are able to be transitioned to cold storage are listed in the “Lifecycle to cold storage” section of the Feature availability by resource table. Backup ignores this expression for other resource types.

  • delete_after_days
    Type: INT64
    Provider name: DeleteAfterDays
    Description: Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.
  • move_to_cold_storage_after_days
    Type: INT64
    Provider name: MoveToColdStorageAfterDays
    Description: Specifies the number of days after creation that a recovery point is moved to cold storage.
  • opt_in_to_archive_for_supported_resources
    Type: BOOLEAN
    Provider name: OptInToArchiveForSupportedResources
    Description: Optional Boolean. If this is true, this setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

parent_recovery_point_arn

Type: STRING
Provider name: ParentRecoveryPointArn
Description: This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

recovery_point_arn

Type: STRING
Provider name: RecoveryPointArn
Description: An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

resource_arn

Type: STRING
Provider name: ResourceArn
Description: An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

resource_name

Type: STRING
Provider name: ResourceName
Description: This is the non-unique name of the resource that belongs to the specified backup.

resource_type

Type: STRING
Provider name: ResourceType
Description: 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

Type: STRING
Provider name: SourceBackupVaultArn
Description: 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.

status

Type: STRING
Provider name: Status
Description: A status code specifying the state of the recovery point.

status_message

Type: STRING
Provider name: StatusMessage
Description: A message explaining the reason of the recovery point deletion failure.

tags

Type: UNORDERED_LIST_STRING

vault_type

Type: STRING
Provider name: VaultType
Description: This is the type of vault in which the described recovery point is stored.

PREVIEWING: rtrieu/product-analytics-ui-changes