aws.emr.get_auto_termination_policy
Example SQL Queries
SELECT * FROMaws.emr.get_auto_termination_policyWHERE"cluster_id" = 'VALUE';Description
Returns the auto-termination policy for an Amazon EMR cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_id Required Input Column Specifies the ID of the Amazon EMR cluster for which the auto-termination 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
| |
| auto_termination_policy Specifies the auto-termination policy that is attached to an Amazon EMR cluster. | STRUCT( |
Show child fields
| |