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

PutPermissionPolicyRequest

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

§Properties

§
Policy: string
[src]

The policy to attach to the specified RuleGroup.

§
ResourceArn: string
[src]

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