Skip to content

/AWS1/CL_SESREPUTATIONOPTIONS

Contains information about the reputation settings for a configuration set.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SENDINGENABLED TYPE /AWS1/SESENABLED /AWS1/SESENABLED

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.

IV_REPUTATIONMETRICSENABLED TYPE /AWS1/SESENABLED /AWS1/SESENABLED

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

If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

IV_LASTFRESHSTART TYPE /AWS1/SESLASTFRESHSTART /AWS1/SESLASTFRESHSTART

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.

When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.


Queryable Attributes

SendingEnabled

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.

Accessible with the following methods

Method Description
GET_SENDINGENABLED() Getter for SENDINGENABLED

ReputationMetricsEnabled

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

If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

Accessible with the following methods

Method Description
GET_REPUTATIONMETRICSENABLED() Getter for REPUTATIONMETRICSENABLED

LastFreshStart

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.

When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

Accessible with the following methods

Method Description
GET_LASTFRESHSTART() Getter for LASTFRESHSTART, with configurable default
ASK_LASTFRESHSTART() Getter for LASTFRESHSTART w/ exceptions if field has no valu
HAS_LASTFRESHSTART() Determine if LASTFRESHSTART has a value