ulimits

@JvmName(name = "nbrfonlcmfmgtvxx")
suspend fun ulimits(value: Output<List<JobDefinitionUlimitArgs>>)
@JvmName(name = "xhoynhbdksrcxrbg")
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 = "agjupsjbrkyxwtko")
suspend fun ulimits(vararg values: Output<JobDefinitionUlimitArgs>)


@JvmName(name = "ewowiprktfyhedfd")
suspend fun ulimits(values: List<Output<JobDefinitionUlimitArgs>>)
@JvmName(name = "tsxwebhoibpckych")
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 = "pfnvnipwdksnoxmf")
suspend fun ulimits(argument: List<suspend JobDefinitionUlimitArgsBuilder.() -> Unit>)
@JvmName(name = "pnamnxeyfpiwkohe")
suspend fun ulimits(vararg argument: suspend JobDefinitionUlimitArgsBuilder.() -> Unit)
@JvmName(name = "isthwabodpomxjkr")
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.