ec2_get_instance_uefi_data {paws.compute} | R Documentation |
A binary representation of the UEFI variable store
Description
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.
Usage
ec2_get_instance_uefi_data(InstanceId, DryRun = NULL)
Arguments
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 |
[Package paws.compute version 0.7.0 Index]