static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(String... logDestinationConfigs) |
The logging destination configuration that you want to associate with the web ACL.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(Collection<String> logDestinationConfigs) |
The logging destination configuration that you want to associate with the web ACL.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.loggingFilter(Consumer<LoggingFilter.Builder> loggingFilter) |
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.loggingFilter(LoggingFilter loggingFilter) |
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logScope(String logScope) |
The owner of the logging configuration, which must be set to CUSTOMER for the configurations
that you manage.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logScope(LogScope logScope) |
The owner of the logging configuration, which must be set to CUSTOMER for the configurations
that you manage.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logType(String logType) |
Used to distinguish between various logging options.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logType(LogType logType) |
Used to distinguish between various logging options.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.managedByFirewallManager(Boolean managedByFirewallManager) |
Indicates whether the logging configuration was created by Firewall Manager, as part of an WAF policy
configuration.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Collection<FieldToMatch> redactedFields) |
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Consumer<FieldToMatch.Builder>... redactedFields) |
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(FieldToMatch... redactedFields) |
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.toBuilder() |
|