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/waf.ts?docs=full";
interface DeletePermissionPolicyRequest {
ResourceArn: string;
}

§Properties

§
ResourceArn: string
[src]

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

The user making the request must be the owner of the RuleGroup.