GetAppResult

data class GetAppResult(val appArn: String? = null, val builtInLifecycleConfigArn: String? = null, val recoveryMode: Boolean? = null)

Constructors

Link copied to clipboard
constructor(appArn: String? = null, builtInLifecycleConfigArn: String? = null, recoveryMode: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appArn: String? = null

The Amazon Resource Name (ARN) of the app.

Link copied to clipboard

The lifecycle configuration that runs before the default lifecycle configuration.

Link copied to clipboard
val recoveryMode: Boolean? = null

Indicates whether the application is launched in recovery mode.