Device
public struct Device : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The path inside the container at which to expose the host device.
Declaration
Swift
public let containerPath: String? -
The path for the device on the host container instance.
Declaration
Swift
public let hostPath: String -
The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.
Declaration
Swift
public let permissions: [DeviceCgroupPermission]? -
Undocumented
Declaration
Swift
public init(containerPath: String? = nil, hostPath: String, permissions: [DeviceCgroupPermission]? = nil)
View on GitHub
Device Structure Reference