You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFV2::Types::ListResourcesForWebACLRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListResourcesForWebACLRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  web_acl_arn: "ResourceArn", # required
  resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.

Possible values:

  • APPLICATION_LOAD_BALANCER
  • API_GATEWAY
  • APPSYNC

Returns:

  • (String)

    Used for web ACLs that are scoped for regional applications.

#web_acl_arnString

The Amazon Resource Name (ARN) of the Web ACL.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Web ACL.