devices

@JvmName(name = "hnvdlvcayruwyofd")
suspend fun devices(value: Output<List<DeviceArgs>>)
@JvmName(name = "iuasyyeyglxpejoj")
suspend fun devices(value: List<DeviceArgs>?)

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 = "daktfsqmgbeytpun")
suspend fun devices(vararg values: Output<DeviceArgs>)


@JvmName(name = "fibslmegjsxcdyol")
suspend fun devices(values: List<Output<DeviceArgs>>)
@JvmName(name = "pbgkwsgmnxfyglkp")
suspend fun devices(vararg values: DeviceArgs)

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 = "btxfgcsoasutypgb")
suspend fun devices(argument: List<suspend DeviceArgsBuilder.() -> Unit>)
@JvmName(name = "vdluwegtfrrxbasf")
suspend fun devices(vararg argument: suspend DeviceArgsBuilder.() -> Unit)
@JvmName(name = "ilisvglwpibarwhj")
suspend fun devices(argument: suspend DeviceArgsBuilder.() -> 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.