options

@JvmName(name = "mvsdipitgkrtrlsr")
suspend fun options(value: Output<Map<String, String>>)
@JvmName(name = "mwwmxftfkihfsugn")
suspend fun options(value: Map<String, String>?)

Parameters

value

The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version | grep "Server API version"


@JvmName(name = "fqtxngjwvcjmdigv")
fun options(vararg values: Pair<String, String>)

Parameters

values

The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version | grep "Server API version"