Status

sealed class Status

The deployment status of a resource. Status can be one of the following:

PENDING: Amazon Route 53 Application Recovery Controller is creating the resource.

DEPLOYED: The resource is deployed and ready to use.

PENDING_DELETION: Amazon Route 53 Application Recovery Controller is deleting the resource.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Deployed : Status
Link copied to clipboard
object Pending : Status
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : Status

Properties

Link copied to clipboard
abstract val value: String