aws.emr.list_bootstrap_actions
Example SQL Queries
SELECT * FROMaws.emr.list_bootstrap_actionsWHERE"cluster_id" = 'VALUE';Description
Provides information about the bootstrap actions associated with a cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_id Required Input Column The cluster identifier for the bootstrap actions to list. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| args Arguments for Amazon EMR to pass to the command for execution. | VARCHAR[] |
Show child fields
| |
| name The name of the command. | VARCHAR |
| script_path The Amazon S3 location of the command script. | VARCHAR |