Device
An object representing a container instance host device.
This object isn't applicable to jobs running on Fargate resources and shouldn't be provided.
Contents
- containerPath
-
The path inside the container used to expose the host device. By default, the
hostPath
value is used.Type: String
Required: No
- hostPath
-
The path for the device on the host container instance.
Type: String
Required: Yes
- 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: