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: |
LogScope |
The owner of the logging configuration, which must be set to
The log scope Default: |
Value¶
An empty list.
Request syntax¶
svc$delete_logging_configuration(
ResourceArn = "string",
LogType = "WAF_LOGS",
LogScope = "CUSTOMER"|"SECURITY_LAKE"
)