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

DisassociateWebACLRequest

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

§Properties

§
ResourceArn: string
[src]

The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed, 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_