PersistentAppUi

Holds persistent application user interface information. Applications installed on the Amazon EMR cluster publish user interfaces as web sites to monitor cluster activity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The author ID for the persistent application user interface object.

Link copied to clipboard

The creation date and time for the persistent application user interface object.

Link copied to clipboard

The date and time the persistent application user interface object was last changed.

Link copied to clipboard

The reason the persistent application user interface object was last changed.

Link copied to clipboard

The identifier for the persistent application user interface object.

Link copied to clipboard

The status for the persistent application user interface object.

Link copied to clipboard

The type list for the persistent application user interface object. Valid values include SHS, YTS, or TEZ.

Link copied to clipboard
val tags: List<Tag>?

A collection of tags for the persistent application user interface object.

Functions

Link copied to clipboard
inline fun copy(block: PersistentAppUi.Builder.() -> Unit = {}): PersistentAppUi
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String