Interface CfnCluster.IBootstrapActionConfigProperty
BootstrapActionConfig
is a property of AWS::EMR::Cluster
that can be used to run bootstrap actions on EMR clusters.
Namespace: Amazon.CDK.AWS.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBootstrapActionConfigProperty
Syntax (vb)
Public Interface IBootstrapActionConfigProperty
Remarks
You can use a bootstrap action to install software and configure EC2 instances for all cluster nodes before EMR installs and configures open-source big data applications on cluster instances. For more information, see Create Bootstrap Actions to Install Additional Software in the Amazon EMR Management Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EMR;
var bootstrapActionConfigProperty = new BootstrapActionConfigProperty {
Name = "name",
ScriptBootstrapAction = new ScriptBootstrapActionConfigProperty {
Path = "path",
// the properties below are optional
Args = new [] { "args" }
}
};
Synopsis
Properties
Name | The name of the bootstrap action. |
Script |
The script run by the bootstrap action. |
Properties
Name
The name of the bootstrap action.
string Name { get; }
Property Value
System.
Remarks
ScriptBootstrapAction
The script run by the bootstrap action.
object ScriptBootstrapAction { get; }
Property Value
System.