Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
pinpointemail_put_configuration_set_reputation_options(
ConfigurationSetName, ReputationMetricsEnabled)
An empty list.
[required] The name of the configuration set that you want to enable or disable reputation metric tracking for.
If true
, tracking of reputation metrics is enabled for the
configuration set. If false
, tracking of reputation metrics is
disabled for the configuration set.
svc$put_configuration_set_reputation_options(
ConfigurationSetName = "string",
ReputationMetricsEnabled = TRUE|FALSE
)