ulimits

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


@JvmName(name = "crnehwegpeqjkedh")
suspend fun ulimits(values: List<Output<JobDefinitionUlimitArgs>>)
@JvmName(name = "ewquhldkmlsomyoe")
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 = "toxdayioqkhjqfum")
suspend fun ulimits(argument: List<suspend JobDefinitionUlimitArgsBuilder.() -> Unit>)
@JvmName(name = "ogyjtbeopmkrkmyy")
suspend fun ulimits(vararg argument: suspend JobDefinitionUlimitArgsBuilder.() -> Unit)
@JvmName(name = "irstmaxxerriagdc")
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.