ulimits

@JvmName(name = "udufaefyetsupyki")
suspend fun ulimits(value: Output<List<JobDefinitionUlimitArgs>>)
@JvmName(name = "kibkcfrxqfvwdbln")
suspend fun ulimits(value: List<JobDefinitionUlimitArgs>?)

Parameters

value

A list of ulimits to set in the container. This parameter maps to Ulimits in the Create a container section of the Docker Remote API and the --ulimit option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.


@JvmName(name = "uxkqxmhgrheitinb")
suspend fun ulimits(vararg values: Output<JobDefinitionUlimitArgs>)


@JvmName(name = "bxxdktfcvflisunk")
suspend fun ulimits(values: List<Output<JobDefinitionUlimitArgs>>)
@JvmName(name = "kimoiticgfxqgelg")
suspend fun ulimits(vararg values: JobDefinitionUlimitArgs)

Parameters

values

A list of ulimits to set in the container. This parameter maps to Ulimits in the Create a container section of the Docker Remote API and the --ulimit option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.


@JvmName(name = "cxjrngrhfcgebrkm")
suspend fun ulimits(argument: List<suspend JobDefinitionUlimitArgsBuilder.() -> Unit>)
@JvmName(name = "wvffxxcbsubxrgst")
suspend fun ulimits(vararg argument: suspend JobDefinitionUlimitArgsBuilder.() -> Unit)
@JvmName(name = "eihqcngdpmnofqjk")
suspend fun ulimits(argument: suspend JobDefinitionUlimitArgsBuilder.() -> Unit)

Parameters

argument

A list of ulimits to set in the container. This parameter maps to Ulimits in the Create a container section of the Docker Remote API and the --ulimit option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.