devices

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

Parameters

value

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


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

Parameters

values

Any host devices to expose to the container. This parameter maps to `Devices` in tthe 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 = "ltkaeekhqkggooft")
suspend fun devices(argument: List<suspend TaskDefinitionDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "uneiynpgwxfdbwfr")
suspend fun devices(vararg argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)
@JvmName(name = "pnpopetwxcabtjjs")
suspend fun devices(argument: suspend TaskDefinitionDeviceArgsBuilder.() -> Unit)

Parameters

argument

Any host devices to expose to the container. This parameter maps to `Devices` in tthe 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.