aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
23 lines (22 loc) • 496 B
TypeScript
export declare class TransferMetrics {
static bytesInSum(dimensions: {
ServerId: string;
}): {
namespace: string;
metricName: string;
dimensionsMap: {
ServerId: string;
};
statistic: string;
};
static bytesOutSum(dimensions: {
ServerId: string;
}): {
namespace: string;
metricName: string;
dimensionsMap: {
ServerId: string;
};
statistic: string;
};
}