@aws-sdk/client-sesv2

MetricsDataSource Interface

An object that contains details about the data source for the metrics export.

Members

Name
Type
Details
Dimensions RequiredPartial<Record<MetricDimensionName, string[]> | undefined

An object that contains a mapping between a MetricDimensionName and MetricDimensionValue to filter metrics by. Must contain a least 1 dimension but no more than 3 unique ones.

EndDate RequiredDate | undefined

Represents the end date for the export interval as a timestamp.

Metrics RequiredExportMetric[] | undefined

A list of ExportMetric objects to export.

Namespace RequiredMetricNamespace | undefined

The metrics namespace - e.g., VDM.

StartDate RequiredDate | undefined

Represents the start date for the export interval as a timestamp.

Full Signature

export interface MetricsDataSource