Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeletePermissionPolicyRequest

import type { DeletePermissionPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
interface DeletePermissionPolicyRequest {
ResourceArn: string;
}

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the rule group from which you want to delete the policy.

You must be the owner of the rule group to perform this operation.