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

§Properties

§
Policy: string
[src]

The policy to attach to the specified rule group.

The policy specifications must conform to the following:

  • The policy must be composed using IAM Policy version 2012-10-17 or version 2015-01-01.
  • The policy must include specifications for Effect, Action, and Principal.
  • Effect must specify Allow.
  • Action must specify wafv2:CreateWebACL, wafv2:UpdateWebACL, and wafv2:PutFirewallManagerRuleGroups and may optionally specify wafv2:GetRuleGroup. WAF rejects any extra actions or wildcard actions in the policy.
  • The policy must not include a Resource parameter.

For more information, see IAM Policies.

§
ResourceArn: string
[src]

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