AWS SDK for .NET Documentation
BootstrapActionConfig Class
AmazonAmazon.ElasticMapReduce.ModelBootstrapActionConfig Did this page help you?   Yes   No    Tell us about it...

Configuration of a bootstrap action.

Declaration Syntax
C#
public class BootstrapActionConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BootstrapActionConfig()()()()
Initializes a new instance of the BootstrapActionConfig class

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.)
Name
The name of the bootstrap action.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ScriptBootstrapAction
The script run by the bootstrap action.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithName(String)
Sets the Name property

WithScriptBootstrapAction(ScriptBootstrapActionConfig)
Sets the ScriptBootstrapAction property

Inheritance Hierarchy
Object
BootstrapActionConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)