interface JobVariables {
    inputs?: JobVariablesInputs;
    options?: JobVariablesOptions;
    order?: JobOrderDetail;
    outputs?: JobVariablesOutputs;
}

Properties

The Job command's inputs. The JSONSchema for the command's inputs, essentially the variables/inputs block of the Job's JobDefinition.

The Job command's options. The JSONSchema for the command's options, essentially the variables/options block of the Job's JobDefinition.

The Job command's outputs. The JSONSchema for the command's inputs, essentially the variables/outputs block of the Job's JobDefinition.