ec2_disable_fast_snapshot_restores {paws.compute} | R Documentation |
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones
Description
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
See https://www.paws-r-sdk.com/docs/ec2_disable_fast_snapshot_restores/ for full documentation.
Usage
ec2_disable_fast_snapshot_restores(
AvailabilityZones,
SourceSnapshotIds,
DryRun = NULL
)
Arguments
AvailabilityZones |
[required] One or more Availability Zones. For example, |
SourceSnapshotIds |
[required] The IDs of one or more snapshots. For example, |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
[Package paws.compute version 0.9.0 Index]