Values.AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetailsSourceThe log configuration specification for the container.
type nonrec t = {logDriver : NonEmptyString.t option;The log driver to use for the container. Valid values on Fargate are as follows: awsfirelens awslogs splunk Valid values on Amazon EC2 are as follows: awsfirelens awslogs fluentd gelf journald json-file logentries splunk syslog
*)options : FieldMap.t option;The configuration options to send to the log driver. Requires version 1.19 of the Docker Remote API or greater on your container instance.
*)secretOptions : AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsList.t
option;The secrets to pass to the log configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t ])
list ]