View source: R/ec2_operations.R
ec2_restore_managed_prefix_list_version | R Documentation |
Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.
See https://www.paws-r-sdk.com/docs/ec2_restore_managed_prefix_list_version/ for full documentation.
ec2_restore_managed_prefix_list_version(
DryRun = NULL,
PrefixListId,
PreviousVersion,
CurrentVersion
)
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 |
PrefixListId |
[required] The ID of the prefix list. |
PreviousVersion |
[required] The version to restore. |
CurrentVersion |
[required] The current version number for the prefix list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.