Skip to content

ListBootstrapActions

Source: src/AWS/EMR/ListBootstrapActions.ts

Runtime binding for elasticmapreduce:ListBootstrapActions — lists the bootstrap actions the bound cluster ran at launch.

const listBootstrapActions = yield* AWS.EMR.ListBootstrapActions(cluster);
const { BootstrapActions } = yield* listBootstrapActions();