C# Class Amazon.Lambda.Model.RemovePermissionRequest

Container for the parameters to the RemovePermission operation. You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.

If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the AddPermission request via the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

Note that removal of a permission will cause an active event source to lose permission to the function.

You need permission for the lambda:RemovePermission action.

Inheritance: AmazonLambdaRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetFunctionName ( ) : bool
IsSetQualifier ( ) : bool
IsSetStatementId ( ) : bool