AWS::EMR::Cluster ScriptBootstrapActionConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

JSON

{ "Args" : [ String, ... ], "Path" : String }

YAML

Args: - String Path: String

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