DeleteResourcePolicyRequest
Types
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lambda resource you want to delete the policy from. You can use a qualified or an unqualified ARN. The value must be a complete ARN, and the operation does not accept wildcard characters.
Link copied to clipboard
The revision ID that the existing policy must match for the deletion to proceed. If the revision ID doesn't match, the operation fails with a PreconditionFailedException error. To retrieve the current revision ID, use the GetResourcePolicy operation.
Functions
Link copied to clipboard
inline fun copy(block: DeleteResourcePolicyRequest.Builder.() -> Unit = {}): DeleteResourcePolicyRequest