EmailAddressArgs

data class EmailAddressArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val emailAddress: Output<String>? = null, val instanceArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EmailAddressArgs>

Resource Type definition for AWS::Connect::EmailAddress

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, displayName: Output<String>? = null, emailAddress: Output<String>? = null, instanceArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description for the email address.

Link copied to clipboard
val displayName: Output<String>? = null

The display name for the email address.

Link copied to clipboard
val emailAddress: Output<String>? = null

Email address to be created for this instance

Link copied to clipboard
val instanceArn: Output<String>? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

One or more tags.

Functions

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