| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
LogDestinationConfig |
LogDestinationConfig.addLogDestinationEntry(String key,
String value)
Add a single LogDestination entry
|
LogDestinationConfig |
LogDestinationConfig.clearLogDestinationEntries()
Removes all the entries added into LogDestination.
|
LogDestinationConfig |
LogDestinationConfig.clone() |
LogDestinationConfig |
LogDestinationConfig.withLogDestination(Map<String,String> logDestination)
The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type.
|
LogDestinationConfig |
LogDestinationConfig.withLogDestinationType(LogDestinationType logDestinationType)
The type of storage destination to send these logs to.
|
LogDestinationConfig |
LogDestinationConfig.withLogDestinationType(String logDestinationType)
The type of storage destination to send these logs to.
|
LogDestinationConfig |
LogDestinationConfig.withLogType(LogType logType)
The type of log to send.
|
LogDestinationConfig |
LogDestinationConfig.withLogType(String logType)
The type of log to send.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogDestinationConfig> |
LoggingConfiguration.getLogDestinationConfigs()
Defines the logging destinations for the logs for a firewall.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(LogDestinationConfig... logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setLogDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
Copyright © 2022. All rights reserved.