ISESV2ReputationOptions
Interface in AWS.SESV2
Interface for ReputationOptions.
Properties
LastFreshStart
property LastFreshStart: TOptional<TDateTime>
The date and time when the reputation metrics were last given a fresh start.
A "fresh start" resets your reputation metrics calculation, starting the bounce and complaint rate calculations from the specified date rather than using historical data. This is typically used when you want to exclude past poor performance from your current reputation calculation. When your account is given a fresh start, all reputation metrics are recalculated starting from this date. This can help improve your sending reputation if you have resolved previous issues that caused high bounce or complaint rates. This timestamp is represented in Unix time format. If no fresh start has been applied, this value reflects when reputation tracking began for the configuration set.
ReputationMetricsEnabled
property ReputationMetricsEnabled: TOptional<Boolean>
Controls whether reputation metrics collection is enabled for this configuration set.
When enabled, Amazon SES tracks bounce and complaint rates for emails sent using this configuration set. These metrics are used to monitor sender reputation and may trigger automatic sending pauses if rates exceed acceptable thresholds. Reputation metrics are published to Amazon CloudWatch, where you can create alarms and dashboards to monitor your email sending performance. Disabling this feature prevents the collection and publishing of these metrics. When True, reputation tracking is enabled. When False, reputation tracking is disabled for this configuration set.