Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region
Source:R/pinpointemail_operations.R
pinpointemail_put_configuration_set_reputation_options.RdEnable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
See https://www.paws-r-sdk.com/docs/pinpointemail_put_configuration_set_reputation_options/ for full documentation.
Usage
pinpointemail_put_configuration_set_reputation_options(
ConfigurationSetName,
ReputationMetricsEnabled = NULL
)Arguments
- ConfigurationSetName
[required] The name of the configuration set that you want to enable or disable reputation metric tracking for.
- ReputationMetricsEnabled
If
true, tracking of reputation metrics is enabled for the configuration set. Iffalse, tracking of reputation metrics is disabled for the configuration set.