paws.storage (version 0.1.0)

backup_describe_recovery_point: Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle

Description

Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.

Usage

backup_describe_recovery_point(BackupVaultName, RecoveryPointArn)

Arguments

BackupVaultName

[required] 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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.

RecoveryPointArn

[required] 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.

Request syntax

svc$describe_recovery_point(
  BackupVaultName = "string",
  RecoveryPointArn = "string"
)