ReputationOptions

Contains information about the reputation settings for a configuration set.

Types

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

Properties

Link copied to clipboard

The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

Link copied to clipboard

Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

Link copied to clipboard

Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

Functions

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