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