Provides information about the bootstrap actions associated with a cluster.
emr_list_bootstrap_actions(ClusterId, Marker)
A list with the following syntax:
list(
BootstrapActions = list(
list(
Name = "string",
ScriptPath = "string",
Args = list(
"string"
)
)
),
Marker = "string"
)
[required] The cluster identifier for the bootstrap actions to list.
The pagination token that indicates the next set of results to retrieve.
svc$list_bootstrap_actions(
ClusterId = "string",
Marker = "string"
)