LoggingConfigurationLogDestinationConfigArgs

data class LoggingConfigurationLogDestinationConfigArgs(val logDestination: Output<Map<String, String>>, val logDestinationType: Output<LoggingConfigurationLogDestinationConfigLogDestinationType>, val logType: Output<LoggingConfigurationLogDestinationConfigLogType>) : ConvertibleToJava<LoggingConfigurationLogDestinationConfigArgs>

Constructors

constructor(logDestination: Output<Map<String, String>>, logDestinationType: Output<LoggingConfigurationLogDestinationConfigLogDestinationType>, logType: Output<LoggingConfigurationLogDestinationConfigLogType>)

Properties

Link copied to clipboard

A key-value pair to configure the logDestinations.

Link copied to clipboard

The type of storage destination to send these logs to. You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Firehose delivery stream.

Link copied to clipboard

The type of log to record. You can record the following types of logs from your Network Firewall stateful engine.

Functions

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