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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource to associate with the web ACL.

The ARN must 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 REST API: arn:aws:apigateway:_region_::/restapis/_api-id_/stages/_stage-name_
  • For an AppSync GraphQL API: arn:aws:appsync:_region_:_account-id_:apis/_GraphQLApiId_
  • For an Amazon Cognito user pool: arn:aws:cognito-idp:_region_:_account-id_:userpool/_user-pool-id_
  • For an App Runner service: arn:aws:apprunner:_region_:_account-id_:service/_apprunner-service-name_/_apprunner-service-id_
§
WebACLArn: string
[src]

The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.