Logging Configuration Args
data class LoggingConfigurationArgs(val firewallArn: Output<String>? = null, val firewallName: Output<String>? = null, val loggingConfiguration: Output<LoggingConfigurationArgs>? = null) : ConvertibleToJava<LoggingConfigurationArgs>
Resource type definition for AWS::NetworkFirewall::LoggingConfiguration
Constructors
Link copied to clipboard
constructor(firewallArn: Output<String>? = null, firewallName: Output<String>? = null, loggingConfiguration: Output<LoggingConfigurationArgs>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the Firewall
that the logging configuration is associated with. You can't change the firewall specification after you create the logging configuration.
Link copied to clipboard
The name of the firewall that the logging configuration is associated with. You can't change the firewall specification after you create the logging configuration.
Link copied to clipboard
Defines how AWS Network Firewall performs logging for a Firewall
.