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 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.

Functions

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