Configuration of the script to run during a bootstrap action.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ScriptBootstrapActionConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ScriptBootstrapActionConfig()()()() | Initializes a new instance of the ScriptBootstrapActionConfig class | 
|  | Args | 
            Gets and sets the property Args. 
             A list of command line arguments to pass to the bootstrap action script. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Path | 
            Gets and sets the property Path. 
             Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithArgs(array<String>[]()[][]) | Obsolete. 
            Sets the Args property
             | 
|  | WithArgs(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Args property
             | 
|  | WithPath(String) | Obsolete. 
            Sets the Path property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ScriptBootstrapActionConfig |