class Aws::WAFV2::Types::AssociateWebACLRequest

@note When making an API call, you may pass AssociateWebACLRequest

data as a hash:

    {
      web_acl_arn: "ResourceArn", # required
      resource_arn: "ResourceArn", # required
    }

@!attribute [rw] web_acl_arn

The Amazon Resource Name (ARN) of the web ACL that you want to
associate with the resource.
@return [String]

@!attribute [rw] resource_arn

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 `
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation

Constants

SENSITIVE