Skip to main content

ISESV2ExportMetric

Interface in AWS.SESV2

Interface for SESV2 ExportMetric.

Properties

Aggregation

property Aggregation: string

The aggregation method to apply to the metric.

Determines how the metric data should be calculated and presented in the export. Supported aggregation types:

  • VOLUME – The volume of events for this metric (raw counts).
  • RATE – The rate for this metric relative to the SEND metric volume (percentage).

Name

property Name: string

The name of the metric to export.

Specifies which metric to include in the export data. Supported metric names:

  • SEND – Number of send requests made.
  • COMPLAINT – Number of complaints received.
  • PERMANENT_BOUNCE – Number of permanent bounces.
  • TRANSIENT_BOUNCE – Number of transient bounces.
  • OPEN – Number of email opens (when tracking enabled).
  • CLICK – Number of email clicks (when tracking enabled).
  • DELIVERY – Number of successful deliveries.
  • DELIVERY_OPEN – Number of deliveries that resulted in opens.
  • DELIVERY_CLICK – Number of deliveries that resulted in clicks.
  • DELIVERY_COMPLAINT – Number of deliveries that resulted in complaints.