Get Logging Configuration Result
data class GetLoggingConfigurationResult(val logDestinationConfigs: List<String>? = null, val loggingFilter: LoggingFilterProperties? = null, val managedByFirewallManager: Boolean? = null, val redactedFields: List<LoggingConfigurationFieldToMatch>? = null)
Constructors
Link copied to clipboard
constructor(logDestinationConfigs: List<String>? = null, loggingFilter: LoggingFilterProperties? = null, managedByFirewallManager: Boolean? = null, redactedFields: List<LoggingConfigurationFieldToMatch>? = 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
Indicates 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.
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.