lambda_remove_layer_version_permission: Removes a statement from the permissions policy for a version...

View source: R/lambda_operations.R

lambda_remove_layer_version_permissionR Documentation

Removes a statement from the permissions policy for a version of an Lambda layer

Description

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.

Usage

lambda_remove_layer_version_permission(
  LayerName,
  VersionNumber,
  StatementId,
  RevisionId = NULL
)

Arguments

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.