Interface TaskDefinitionMountPointArgs

interface TaskDefinitionMountPointArgs {
    containerPath?: any;
    readOnly?: any;
    sourceVolume?: any;
}

Properties

containerPath?: any
readOnly?: any
sourceVolume?: any

Generated using TypeDoc