systemControls

@JvmName(name = "lshgpqatnkakglfj")
suspend fun systemControls(value: Output<List<TaskDefinitionSystemControlArgs>>)
@JvmName(name = "xaplfrlnelancpjn")
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 docker container create command 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 = "fnqsajxgnuhonkah")
suspend fun systemControls(vararg values: Output<TaskDefinitionSystemControlArgs>)


@JvmName(name = "qtjksdfcjvsmxmun")
suspend fun systemControls(values: List<Output<TaskDefinitionSystemControlArgs>>)
@JvmName(name = "wurvpbjssyrxanyk")
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 docker container create command 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 = "cimfvgrfvfhryufi")
suspend fun systemControls(argument: List<suspend TaskDefinitionSystemControlArgsBuilder.() -> Unit>)
@JvmName(name = "bwphfqntuhgvfxox")
suspend fun systemControls(vararg argument: suspend TaskDefinitionSystemControlArgsBuilder.() -> Unit)
@JvmName(name = "krcxyfqsptsvqvdj")
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 docker container create command and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.