Class CfnLoggingConfiguration.LoggingConfigurationProperty
Defines how AWS Network Firewall performs logging for a Firewall
.
Inheritance
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LoggingConfigurationProperty : Object, CfnLoggingConfiguration.ILoggingConfigurationProperty
Syntax (vb)
Public Class LoggingConfigurationProperty
Inherits Object
Implements CfnLoggingConfiguration.ILoggingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkFirewall;
var loggingConfigurationProperty = new LoggingConfigurationProperty {
LogDestinationConfigs = new [] { new LogDestinationConfigProperty {
LogDestination = new Dictionary<string, string> {
{ "logDestinationKey", "logDestination" }
},
LogDestinationType = "logDestinationType",
LogType = "logType"
} }
};
Synopsis
Constructors
Logging |
Properties
Log |
Defines the logging destinations for the logs for a firewall. |
Constructors
LoggingConfigurationProperty()
public LoggingConfigurationProperty()
Properties
LogDestinationConfigs
Defines the logging destinations for the logs for a firewall.
public object LogDestinationConfigs { get; set; }
Property Value
System.
Remarks
Network Firewall generates logs for stateful rule groups.