ResourceType

sealed class ResourceType

The type of resource that can be associated with a tenant. Can be one of the following:

  • EMAIL_IDENTITY - An email address or domain that you use to send email.

  • CONFIGURATION_SET - A set of rules that you can apply to emails you send.

  • EMAIL_TEMPLATE - A template that defines the content of an email message.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : ResourceType

Properties

Link copied to clipboard
abstract val value: String