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