ViewType

sealed class ViewType

The ownership category of a view.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Managed : ViewType

A view created and maintained by AWS. Managed views are read-only: they cannot be created, updated, or deleted by customers.

Link copied to clipboard
data class SdkUnknown(val value: String) : ViewType
Link copied to clipboard
object User : ViewType

A view created and owned by the customer.

Properties

Link copied to clipboard
abstract val value: String