AWSSESUpdateConfigurationSetReputationMetricsEnabledRequest

Objective-C

@interface AWSSESUpdateConfigurationSetReputationMetricsEnabledRequest

Swift

class AWSSESUpdateConfigurationSetReputationMetricsEnabledRequest

Represents a request to modify the reputation metric publishing settings for a configuration set.

Required parameters: [ConfigurationSetName, Enabled]

  • The name of the configuration set to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable configurationSetName;

    Swift

    var configurationSetName: String? { get set }
  • Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }