LoggingConfigurationLoggingConfigurationLogDestinationConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

A map describing the logging destination for the chosen log_destination_type.

Link copied to clipboard

The location to send logs to. Valid values: S3, CloudWatchLogs, KinesisDataFirehose.

Link copied to clipboard
val logType: Output<String>

The type of log to send. Valid values: ALERT or FLOW. Alert logs report traffic that matches a StatefulRule with an action setting that sends a log message. Flow logs are standard network traffic flow logs.

Functions

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