lambda_remove_layer_version_permission {paws.compute} | R Documentation |
Removes a statement from the permissions policy for a version of an Lambda layer. For more information, see add_layer_version_permission
.
See https://www.paws-r-sdk.com/docs/lambda_remove_layer_version_permission/ for full documentation.
lambda_remove_layer_version_permission(
LayerName,
VersionNumber,
StatementId,
RevisionId = NULL
)
LayerName |
[required] The name or Amazon Resource Name (ARN) of the layer. |
VersionNumber |
[required] The version number. |
StatementId |
[required] The identifier that was specified when the statement was added. |
RevisionId |
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it. |