devices

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

Parameters

value

Any host devices to expose to the container. This parameter maps to `Devices` in the docker container create command 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 = "mxtxeohhdkymgfpu")
suspend fun devices(vararg values: Output<TaskDefinitionDeviceArgs>)


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

Parameters

values

Any host devices to expose to the container. This parameter maps to `Devices` in the docker container create command 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 = "onvehvuxtbnliqpu")
suspend fun devices(argument: List<suspend TaskDefinitionDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "ippxesgmqtblhkwo")
suspend fun devices(vararg argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)
@JvmName(name = "totdibciyypfiinm")
suspend fun devices(argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)

Parameters

argument

Any host devices to expose to the container. This parameter maps to `Devices` in the docker container create command and the `--device` option to docker run. If you're using tasks that use the Fargate launch type, the `devices` parameter isn't supported.