paws.analytics (version 0.1.0)

emr_list_bootstrap_actions: 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.

Request syntax

svc$list_bootstrap_actions(
  ClusterId = "string",
  Marker = "string"
)