Logging Configuration Log Destination Config
data class LoggingConfigurationLogDestinationConfig(val logDestination: Map<String, String>, val logDestinationType: LoggingConfigurationLogDestinationConfigLogDestinationType, val logType: LoggingConfigurationLogDestinationConfigLogType)
Constructors
Link copied to clipboard
constructor(logDestination: Map<String, String>, logDestinationType: LoggingConfigurationLogDestinationConfigLogDestinationType, logType: 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 send. Alert logs report traffic that matches a stateful rule with an action setting that sends an alert log message. Flow logs are standard network traffic flow logs.