Skip to content

Get Auto Termination Policy

emr_get_auto_termination_policy R Documentation

Returns the auto-termination policy for an Amazon EMR cluster

Description

Returns the auto-termination policy for an Amazon EMR cluster.

Usage

emr_get_auto_termination_policy(ClusterId)

Arguments

ClusterId

[required] Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.

Value

A list with the following syntax:

list(
  AutoTerminationPolicy = list(
    IdleTimeout = 123
  )
)

Request syntax

svc$get_auto_termination_policy(
  ClusterId = "string"
)