devices

@JvmName(name = "khbqsgmqbmnbglle")
suspend fun devices(value: Output<List<TaskDefinitionDeviceArgs>>)
@JvmName(name = "sxdrxevakhumyelx")
suspend fun devices(value: List<TaskDefinitionDeviceArgs>?)

Parameters

value

Any 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. If you're using tasks that use the Fargate launch type, the `devices` parameter isn't supported.


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


@JvmName(name = "fnsrsiumpumqvwhu")
suspend fun devices(values: List<Output<TaskDefinitionDeviceArgs>>)
@JvmName(name = "tjnuptvynhyriyla")
suspend fun devices(vararg values: TaskDefinitionDeviceArgs)

Parameters

values

Any 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. If you're using tasks that use the Fargate launch type, the `devices` parameter isn't supported.


@JvmName(name = "fixuqomuaujnqqgy")
suspend fun devices(argument: List<suspend TaskDefinitionDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "rdgayejurqgsxmkg")
suspend fun devices(vararg argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)
@JvmName(name = "fbcchtglbbujtnvk")
suspend fun devices(argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)

Parameters

argument

Any 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. If you're using tasks that use the Fargate launch type, the `devices` parameter isn't supported.