Interface TaskDefinitionDeviceArgs

interface TaskDefinitionDeviceArgs {
    containerPath?: any;
    hostPath?: any;
    permissions?: any;
}

Properties

containerPath?: any
hostPath?: any
permissions?: any

Generated using TypeDoc