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

AssociateWebACLRequest

import type { AssociateWebACLRequest } from "https://aws-api.deno.dev/v0.3/services/wafregional.ts?docs=full";
interface AssociateWebACLRequest {
ResourceArn: string;
WebACLId: string;
}

§Properties

§
ResourceArn: string
[src]

The ARN (Amazon Resource Name) of the resource to be protected, either an application load balancer or Amazon API Gateway stage.

The ARN should be in one of the following formats:

  • For an Application Load Balancer: arn:aws:elasticloadbalancing:_region_:_account-id_:loadbalancer/app/_load-balancer-name_/_load-balancer-id_
  • For an Amazon API Gateway stage: arn:aws:apigateway:_region_::/restapis/_api-id_/stages/_stage-name_
§
WebACLId: string
[src]

A unique identifier (ID) for the web ACL.