View source: R/ec2_operations.R
ec2_disable_fast_snapshot_restores | R Documentation |
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.
ec2_disable_fast_snapshot_restores(
AvailabilityZones,
SourceSnapshotIds,
DryRun = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.