aws.emr.get_managed_scaling_policy
Example SQL Queries
SELECT * FROMaws.emr.get_managed_scaling_policyWHERE"cluster_id" = 'VALUE';Description
Fetches the attached managed scaling policy for an Amazon EMR cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_id Required Input Column Specifies the ID of the cluster for which the managed scaling policy will be fetched. | 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
| |
| managed_scaling_policy Specifies the managed scaling policy that is attached to an Amazon EMR cluster. | STRUCT( |
Show child fields
| |