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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

<note markdown=“1”> If you don’t provide a resource type, the call uses the resource type ‘APPLICATION_LOAD_BALANCER`.

</note>

Default: ‘APPLICATION_LOAD_BALANCER`

Returns:

  • (String)


4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-wafv2/types.rb', line 4798

class ListResourcesForWebACLRequest < Struct.new(
  :web_acl_arn,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_arnString

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

Returns:

  • (String)


4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-wafv2/types.rb', line 4798

class ListResourcesForWebACLRequest < Struct.new(
  :web_acl_arn,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end