FirelensConfigurationArgs

data class FirelensConfigurationArgs(val options: Output<Any>? = null, val type: Output<String>? = null) : ConvertibleToJava<FirelensConfigurationArgs>

Definition of FirelensConfiguration

Constructors

Link copied to clipboard
constructor(options: Output<Any>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val options: Output<Any>? = null

The options to use when configuring the log router. This field is optional and can be used to add additional metadata, such as the task, task definition, cluster, and container instance details to the log event. If specified, valid option keys are: + `enable-ecs-log-metadata`, which can be `true` or `false` + `config-file-type`, which can be `s3` or `file` + `config-file-value`, which is either an S3 ARN or a file path

Link copied to clipboard
val type: Output<String>? = null

The log router to use. The valid values are `fluentd` or `fluentbit`.

Functions

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