LoggingConfigurationArgs

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
val firewallArn: Output<String>? = null

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
val firewallName: Output<String>? = null

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 .

Functions

Link copied to clipboard
open override fun toJava(): LoggingConfigurationArgs