TaskDefinitionFirelensConfiguration

data class TaskDefinitionFirelensConfiguration(val options: Map<String, String>? = null, val type: String? = null)

The FireLens configuration for the container. This is used to specify and configure a log router for container logs. For more information, see Custom log routing in the Amazon Elastic Container Service Developer Guide.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Link copied to clipboard
val type: String? = null

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