AWS::Batch::JobDefinition Device
An object that represents a container instance host device.
Note
This object isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContainerPath" :
String
, "HostPath" :String
, "Permissions" :[ String, ... ]
}
YAML
ContainerPath:
String
HostPath:String
Permissions:- String
Properties
ContainerPath
-
The path inside the container that's used to expose the host device. By default, the
hostPath
value is used.Required: No
Type: String
Update requires: No interruption
HostPath
-
The path for the device on the host container instance.
Required: No
Type: String
Update requires: No interruption
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.Required: No
Type: Array of String
Update requires: No interruption