Interface TaskDefinitionTmpfsArgs

interface TaskDefinitionTmpfsArgs {
    containerPath?: any;
    mountOptions?: any;
    size: Input<number>;
}

Properties

containerPath?: any
mountOptions?: any
size: Input<number>

Generated using TypeDoc