Device
An object representing a container instance host device.
Contents
- hostPath
-
The path for the device on the host container instance.
Type: String
Required: Yes
- containerPath
-
The path inside the container at which to expose the host device.
Type: String
Required: No
- permissions
-
The explicit permissions to provide to the container for the device. By default, the container has permissions for
read
,write
, andmknod
for the device.Type: Array of strings
Valid Values:
read | write | mknod
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: