Show / Hide Table of Contents

Interface CfnLoggingConfiguration.ILoggingConfigurationProperty

Defines how AWS Network Firewall performs logging for a Firewall .

Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.AWS.NetworkFirewall.dll
Syntax (csharp)
public interface ILoggingConfigurationProperty
Syntax (vb)
Public Interface ILoggingConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-loggingconfiguration-loggingconfiguration.html

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;

LoggingConfigurationProperty loggingConfigurationProperty = new LoggingConfigurationProperty {
    LogDestinationConfigs = new [] { new LogDestinationConfigProperty {
        LogDestination = new Dictionary<string, string> {
            { "logDestinationKey", "logDestination" }
        },
        LogDestinationType = "logDestinationType",
        LogType = "logType"
    } }
};

Synopsis

Properties

LogDestinationConfigs

Defines the logging destinations for the logs for a firewall.

Properties

LogDestinationConfigs

Defines the logging destinations for the logs for a firewall.

object LogDestinationConfigs { get; }
Property Value

System.Object

Remarks

Network Firewall generates logs for stateful rule groups.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-loggingconfiguration-loggingconfiguration.html#cfn-networkfirewall-loggingconfiguration-loggingconfiguration-logdestinationconfigs

Back to top Generated by DocFX