Skip to main content

logging_configurations_list_only

Lists logging_configurations in a region or regions, for all properties use logging_configurations

Overview

Namelogging_configurations_list_only
TypeResource
DescriptionA WAFv2 Logging Configuration Resource Provider
Idaws.wafv2.logging_configurations_list_only

Fields

NameDatatypeDescription
resource_arnstringThe Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs.
log_destination_configsarrayThe Amazon Resource Names (ARNs) of the logging destinations that you want to associate with the web ACL.
redacted_fieldsarrayThe parts of the request that you want to keep out of the logs. For example, if you redact the HEADER field, the HEADER field in the firehose will be xxx.
managed_by_firewall_managerbooleanIndicates whether the logging configuration was created by AWS Firewall Manager, as part of an AWS WAF policy configuration. If true, only Firewall Manager can modify or delete the configuration.
logging_filterobjectFiltering that specifies which web requests are kept in the logs and which are dropped. You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all logging_configurations in a region.

SELECT
region,
resource_arn
FROM aws.wafv2.logging_configurations_list_only
;

Permissions

For permissions required to operate on the logging_configurations_list_only resource, see logging_configurations