systemControls

@JvmName(name = "dicjdorpideqcpkf")
suspend fun systemControls(value: Output<List<TaskDefinitionSystemControlArgs>>)
@JvmName(name = "aphjwuhiyfrqdkgk")
suspend fun systemControls(value: List<TaskDefinitionSystemControlArgs>?)

Parameters

value

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.


@JvmName(name = "shdvykijngnjklpb")
suspend fun systemControls(vararg values: Output<TaskDefinitionSystemControlArgs>)


@JvmName(name = "unrwahntsmwawlpd")
suspend fun systemControls(values: List<Output<TaskDefinitionSystemControlArgs>>)
@JvmName(name = "hdryuxkgunnrrqhg")
suspend fun systemControls(vararg values: TaskDefinitionSystemControlArgs)

Parameters

values

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.


@JvmName(name = "ixohmkqrnctftila")
suspend fun systemControls(argument: List<suspend TaskDefinitionSystemControlArgsBuilder.() -> Unit>)
@JvmName(name = "qwtdqaviodjbgtsl")
suspend fun systemControls(vararg argument: suspend TaskDefinitionSystemControlArgsBuilder.() -> Unit)
@JvmName(name = "uaarjjbpdolglkpj")
suspend fun systemControls(argument: suspend TaskDefinitionSystemControlArgsBuilder.() -> Unit)

Parameters

argument

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the Create a container section of the Docker Remote API and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.