AWS SDK for .NET Documentation
ScriptBootstrapActionConfig Class
AmazonAmazon.ElasticMapReduce.ModelScriptBootstrapActionConfig Did this page help you?   Yes   No    Tell us about it...
Configuration of the script to run during a bootstrap action.
Declaration Syntax
C#
public class ScriptBootstrapActionConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
ScriptBootstrapActionConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)