devices

@JvmName(name = "lbhxwvvrddcltfqa")
suspend fun devices(value: Output<List<JobDefinitionDeviceArgs>>)
@JvmName(name = "qpdavbngnbnpwrpx")
suspend fun devices(value: List<JobDefinitionDeviceArgs>?)

Parameters

value

Any of the host devices to expose to the container. This parameter maps to Devices in the Create a container section of the Docker Remote API and the --device option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide it for these jobs.


@JvmName(name = "tfufhlnuwefprcvh")
suspend fun devices(vararg values: Output<JobDefinitionDeviceArgs>)


@JvmName(name = "dkinwosgkubdedjq")
suspend fun devices(values: List<Output<JobDefinitionDeviceArgs>>)
@JvmName(name = "wbddjyavliawfsyl")
suspend fun devices(vararg values: JobDefinitionDeviceArgs)

Parameters

values

Any of the host devices to expose to the container. This parameter maps to Devices in the Create a container section of the Docker Remote API and the --device option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide it for these jobs.


@JvmName(name = "dqeqevochqgstbfq")
suspend fun devices(argument: List<suspend JobDefinitionDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "tgxmqffgwlahbdwn")
suspend fun devices(vararg argument: suspend JobDefinitionDeviceArgsBuilder.() -> Unit)
@JvmName(name = "sqcdwsitmifsowew")
suspend fun devices(argument: suspend JobDefinitionDeviceArgsBuilder.() -> Unit)

Parameters

argument

Any of the host devices to expose to the container. This parameter maps to Devices in the Create a container section of the Docker Remote API and the --device option to docker run .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide it for these jobs.