View source: R/ec2_operations.R
ec2_get_instance_uefi_data | R Documentation |
A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded.
See https://www.paws-r-sdk.com/docs/ec2_get_instance_uefi_data/ for full documentation.
ec2_get_instance_uefi_data(InstanceId, DryRun = NULL)
InstanceId |
[required] The ID of the instance from which to retrieve the UEFI data. |
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.