TenantResource

A structure that contains information about a resource associated with a tenant.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource associated with the tenant.

Link copied to clipboard

The type of resource associated with the tenant. Valid values are EMAIL_IDENTITY, CONFIGURATION_SET, or EMAIL_TEMPLATE.

Functions

Link copied to clipboard
inline fun copy(block: TenantResource.Builder.() -> Unit = {}): TenantResource
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