LoggingConfigurationLoggingConfigurationLogDestinationConfig

data class LoggingConfigurationLoggingConfigurationLogDestinationConfig(val logDestination: Map<String, String>, val logDestinationType: String, val logType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

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

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.