GetEmailIdentityPlainArgs

data class GetEmailIdentityPlainArgs(val emailIdentity: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEmailIdentityPlainArgs>

A collection of arguments for invoking getEmailIdentity.

Constructors

Link copied to clipboard
constructor(emailIdentity: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the email identity.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value mapping of resource tags.

Functions

Link copied to clipboard
open override fun toJava(): GetEmailIdentityPlainArgs