class Aws::Lambda::Types::RemovePermissionRequest


@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemovePermissionRequest AWS API Documentation
@return [String]
changed since you last read it.
specified. Use this option to avoid modifying a policy that has
Update the policy only if the revision ID matches the ID that’s
@!attribute [rw] revision_id
@return [String]
version of the function.
Specify a version or alias to remove permissions from a published
@!attribute [rw] qualifier
@return [String]
Statement ID of the permission to remove.
@!attribute [rw] statement_id
@return [String]
the function name, it is limited to 64 characters in length.
length constraint applies only to the full ARN. If you specify only
You can append a version number or alias to any of the formats. The
* **Partial ARN** – ‘123456789012:function:my-function`.
`arn:aws:lambda:us-west-2:123456789012:function:my-function`.
* **Function ARN** –
(with alias).
* **Function name** – `my-function` (name-only), `my-function:v1`
**Name formats**
The name or ARN of the Lambda function, version, or alias.
@!attribute [rw] function_name