Skip to main content

TSESV2ExportMetric

Class in AWS.SESV2

SESV2 ExportMetric class.

Ancestors

Properties

Aggregation

property Aggregation: string

Name

property Name: string

Constructors

Create

constructor Create(const AName, AAggregation: string);

Constructor for TSESV2ExportMetric.

Parameters

NameDescription
ANameSpecify the name of the metric to export. Valid values:,,,,,,,,, and.
AAggregationSpecify the aggregation method to apply to the metric. Valid values:, and.

Methods

Rate

class function Rate(const AName: string): TSESV2ExportMetric; static;

TSESV2ExportMetric

Factory method for creating ExportMetric instances with aggragation set to RATE.

Parameters

NameDescription
ANameSpecify the name of the metric to export. Valid values:,,,,,,,,, and.

Returns

A TSESV2ExportMetric instance with aggregation set to. attributes.

Volume

class function Volume(const AName: string): TSESV2ExportMetric; static;

TSESV2ExportMetric

Factory method for creating ExportMetric instances with aggragation set to VOLUME.

Parameters

NameDescription
ANameSpecify the name of the metric to export. Valid values:,,,,,,,,, and.

Returns

A TSESV2ExportMetric instance with aggregation set to. attributes.