- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-sesv2
MetricsDataSource Interface
An object that contains details about the data source for the metrics export.
Members
Name | Type | Details |
---|---|---|
Dimensions Required | Partial<Record<MetricDimensionName, string[]> | undefined | An object that contains a mapping between a |
EndDate Required | Date | undefined | Represents the end date for the export interval as a timestamp. |
Metrics Required | ExportMetric[] | undefined | A list of |
Namespace Required | MetricNamespace | undefined | The metrics namespace - e.g., |
StartDate Required | Date | undefined | Represents the start date for the export interval as a timestamp. |
Full Signature
export interface MetricsDataSource