ConfigurationSetReputationOptions

data class ConfigurationSetReputationOptions(val reputationMetricsEnabled: Boolean? = null)

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

Constructors

Link copied to clipboard
constructor(reputationMetricsEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true , tracking of reputation metrics is enabled for the configuration set. If false , tracking of reputation metrics is disabled for the configuration set.