| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(Collection<String> logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(String... logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Consumer<FieldToMatch.Builder>... redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfiguration.Builder> |
LoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLoggingConfigurationResponse.Builder |
GetLoggingConfigurationResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
default PutLoggingConfigurationRequest.Builder |
PutLoggingConfigurationRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields
details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
default PutLoggingConfigurationResponse.Builder |
PutLoggingConfigurationResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
Copyright © 2023. All rights reserved.