Logging Configuration Args
data class LoggingConfigurationArgs(val logDestinationConfigs: Output<List<String>>? = null, val loggingFilter: Output<LoggingFilterPropertiesArgs>? = null, val redactedFields: Output<List<LoggingConfigurationFieldToMatchArgs>>? = null, val resourceArn: Output<String>? = null) : ConvertibleToJava<LoggingConfigurationArgs>
A WAFv2 Logging Configuration Resource Provider
Constructors
Link copied to clipboard
constructor(logDestinationConfigs: Output<List<String>>? = null, loggingFilter: Output<LoggingFilterPropertiesArgs>? = null, redactedFields: Output<List<LoggingConfigurationFieldToMatchArgs>>? = null, resourceArn: Output<String>? = null)
Properties
Link copied to clipboard
The Amazon Resource Names (ARNs) of the logging destinations that you want to associate with the web ACL.
Link copied to clipboard
Filtering 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.
Link copied to clipboard
The 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.
Link copied to clipboard
The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs.