ulimits

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


@JvmName(name = "fivgcbeiqhyxqcdx")
suspend fun ulimits(values: List<Output<JobDefinitionUlimitArgs>>)
@JvmName(name = "ahmyudxgrssfdrax")
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 = "kfwnlkdbugfkuvlo")
suspend fun ulimits(argument: List<suspend JobDefinitionUlimitArgsBuilder.() -> Unit>)
@JvmName(name = "sbqjyfolmjhmocke")
suspend fun ulimits(vararg argument: suspend JobDefinitionUlimitArgsBuilder.() -> Unit)
@JvmName(name = "lrcheifhevklulcf")
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.