Skip to content

Delete Logging Configuration

wafv2_delete_logging_configuration R Documentation

Deletes the LoggingConfiguration from the specified web ACL

Description

Deletes the LoggingConfiguration from the specified web ACL.

Usage

wafv2_delete_logging_configuration(ResourceArn, LogType, LogScope)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.

LogType

Used to distinguish between various logging options. Currently, there is one option.

Default: WAF_LOGS

LogScope

The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

Default: CUSTOMER

Value

An empty list.

Request syntax

svc$delete_logging_configuration(
  ResourceArn = "string",
  LogType = "WAF_LOGS",
  LogScope = "CUSTOMER"|"SECURITY_LAKE"
)