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
)
[required] The name or Amazon Resource Name (ARN) of the layer.
[required] The version number.
[required] The identifier that was specified when the statement was added.
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.