Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public BootstrapActionConfig NewRunIf( string condition, BootstrapActionConfig config )
 Parameters
 Parameters- condition (String)
- The condition to evaluate, if true the bootstrap action executes.
- config (BootstrapActionConfig)
- The bootstrap action to execute in case of successful evaluation.
 Return Value
 Return ValueA BootstrapActionConfig to be provided when running a job flow.