C# Class Amazon.Lambda.Model.GetPolicyRequest

Container for the parameters to the GetPolicy operation. Returns the resource policy associated with the specified Lambda function.

If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

For information about adding permissions, see AddPermission.

You need permission for the lambda:GetPolicy action.

Inheritance: AmazonLambdaRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

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