EmailIdentityFeedbackAttributesArgs

data class EmailIdentityFeedbackAttributesArgs(val emailForwardingEnabled: Output<Boolean>? = null) : ConvertibleToJava<EmailIdentityFeedbackAttributesArgs>

Used to enable or disable feedback forwarding for an identity.

Constructors

Link copied to clipboard
constructor(emailForwardingEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val emailForwardingEnabled: Output<Boolean>? = null

If the value is true, you receive email notifications when bounce or complaint events occur

Functions

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