AWS WAFV2

List web ACL

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Retrieve an array of WebACLSummary objects for your web ACLs.

Inputs

Champ

Type

Description

region [required]

enum

default: Global (Cloudfront)

limit

number

scope

enum

Specify whether this is for an Amazon CloudFront distribution or for a regional application. A CloudFront application must use us-east-1 as its region. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AWS AppSync GraphQL API. Allowed enum values: CLOUDFRONT,REGIONAL

Outputs

Expand All

Champ

Type

Description

webAcls

[object]

Name

string

The name of the web ACL. You cannot change the name of a web ACL after you create it.

Id

string

The unique identifier for the web ACL. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Description

string

A description of the web ACL that helps with identification.

LockToken

string

A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

ARN

string

The Amazon Resource Name (ARN) of the entity.

amzRequestId [required]

string