lambda_get_layer_version {paws.compute} | R Documentation |
Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes
Description
Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.
See https://www.paws-r-sdk.com/docs/lambda_get_layer_version/ for full documentation.
Usage
lambda_get_layer_version(LayerName, VersionNumber)
Arguments
LayerName |
[required] The name or Amazon Resource Name (ARN) of the layer. |
VersionNumber |
[required] The version number. |
[Package paws.compute version 0.7.0 Index]