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

GetWebACLForResourceRequest

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

§Properties

§
ResourceArn: string
[src]

The ARN (Amazon Resource Name) of the resource for which to get the web ACL, 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_