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 Amazon CloudFormation template, use the following syntax:
Properties
Args-
A list of command line arguments to pass to the bootstrap action script.
Required: No
Type: List of String
Update requires: No interruption
Path-
Location in Amazon S3 of the script to run during a bootstrap action.
Required: Yes
Type: String
Minimum:
0Maximum:
10280Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Update requires: No interruption