/AWS1/CL_EMRAUTOTERMINATIONPLY¶
An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_idletimeout TYPE /AWS1/EMRLONG /AWS1/EMRLONG¶
Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
Queryable Attributes¶
IdleTimeout¶
Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDLETIMEOUT() |
Getter for IDLETIMEOUT, with configurable default |
ASK_IDLETIMEOUT() |
Getter for IDLETIMEOUT w/ exceptions if field has no value |
HAS_IDLETIMEOUT() |
Determine if IDLETIMEOUT has a value |