AWS::EMR::Cluster ScriptBootstrapActionConfig
ScriptBootstrapActionConfig
is a subproperty of the BootstrapActionConfig
property type. ScriptBootstrapActionConfig
specifies the arguments and location of the bootstrap script for EMR to run on all cluster nodes before it installs open-source big data applications on them.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Args
-
A list of command line arguments to pass to the bootstrap action script.
Required: No
Type: Array of String
Update requires: Replacement
Path
-
Location in Amazon S3 of the script to run during a bootstrap action.
Required: Yes
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Minimum:
0
Maximum:
10280
Update requires: Replacement