AWSECSLinuxContainerDevice
No description
type AWSECSLinuxContainerDevice {
hostPath: String!
containerPath: String!
permissions: [AWSECSLinuxContainerDeviceCgroupPermissionType!]!
}
Fields
AWSECSLinuxContainerDevice.hostPath
● String!
non-null scalar
The path for the device on the host container instance
AWSECSLinuxContainerDevice.containerPath
● String!
non-null scalar
The path inside the container at which to expose the host device
AWSECSLinuxContainerDevice.permissions
● [AWSECSLinuxContainerDeviceCgroupPermissionType!]!
non-null enum
The explicit permissions to provide to the container for the device