@Stability(value=Stable)
public static interface CfnLoggingConfiguration.LoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkfirewall.*;
LoggingConfigurationProperty loggingConfigurationProperty = LoggingConfigurationProperty.builder()
.logDestinationConfigs(List.of(LogDestinationConfigProperty.builder()
.logDestination(Map.of(
"logDestinationKey", "logDestination"))
.logDestinationType("logDestinationType")
.logType("logType")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoggingConfiguration.LoggingConfigurationProperty.Builder
A builder for
CfnLoggingConfiguration.LoggingConfigurationProperty |
static class |
CfnLoggingConfiguration.LoggingConfigurationProperty.Jsii$Proxy
An implementation for
CfnLoggingConfiguration.LoggingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoggingConfiguration.LoggingConfigurationProperty.Builder |
builder() |
Object |
getLogDestinationConfigs()
Defines the logging destinations for the logs for a firewall.
|
@Stability(value=Stable) @NotNull Object getLogDestinationConfigs()
Network Firewall generates logs for stateful rule groups.
@Stability(value=Stable) static CfnLoggingConfiguration.LoggingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.