paws.storage (version 0.1.0)

storagegateway_list_volume_recovery_points: Lists the recovery points for a specified gateway

Description

Lists the recovery points for a specified gateway. This operation is only supported in the cached volume gateway type.

Usage

storagegateway_list_volume_recovery_points(GatewayARN)

Arguments

GatewayARN

[required]

Request syntax

svc$list_volume_recovery_points(
  GatewayARN = "string"
)

Details

Each cache volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot or clone a new cached volume from a source volume. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

Examples

Run this code
# NOT RUN {
# Lists the recovery points for a specified gateway in which all data of
# the volume is consistent and can be used to create a snapshot.
# }
# NOT RUN {
svc$list_volume_recovery_points(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab