devices

@JvmName(name = "bqayylqstfjetvpx")
suspend fun devices(value: Output<List<DeviceArgs>>)
@JvmName(name = "pwxagnfqqajssljv")
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 = "eujcvqsrihkgwkys")
suspend fun devices(vararg values: Output<DeviceArgs>)


@JvmName(name = "jnwxwolqvvhavarq")
suspend fun devices(values: List<Output<DeviceArgs>>)
@JvmName(name = "tgcpxgubgywfjobu")
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 = "fkojkrifntejcjyk")
suspend fun devices(argument: List<suspend DeviceArgsBuilder.() -> Unit>)
@JvmName(name = "pulwgkawcdjkjvqe")
suspend fun devices(vararg argument: suspend DeviceArgsBuilder.() -> Unit)
@JvmName(name = "uoumrpeduuuuclup")
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.