FirelensConfigurationResponse

data class FirelensConfigurationResponse(val options: Any? = null, val type: String? = null)

Definition of FirelensConfiguration

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val options: 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: String? = null

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