UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 1.27 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Unit=exports.Statistic=void 0;var Statistic;(function(Statistic2){Statistic2.SAMPLE_COUNT="SampleCount",Statistic2.AVERAGE="Average",Statistic2.SUM="Sum",Statistic2.MINIMUM="Minimum",Statistic2.MAXIMUM="Maximum"})(Statistic||(exports.Statistic=Statistic={}));var Unit;(function(Unit2){Unit2.SECONDS="Seconds",Unit2.MICROSECONDS="Microseconds",Unit2.MILLISECONDS="Milliseconds",Unit2.BYTES="Bytes",Unit2.KILOBYTES="Kilobytes",Unit2.MEGABYTES="Megabytes",Unit2.GIGABYTES="Gigabytes",Unit2.TERABYTES="Terabytes",Unit2.BITS="Bits",Unit2.KILOBITS="Kilobits",Unit2.MEGABITS="Megabits",Unit2.GIGABITS="Gigabits",Unit2.TERABITS="Terabits",Unit2.PERCENT="Percent",Unit2.COUNT="Count",Unit2.BYTES_PER_SECOND="Bytes/Second",Unit2.KILOBYTES_PER_SECOND="Kilobytes/Second",Unit2.MEGABYTES_PER_SECOND="Megabytes/Second",Unit2.GIGABYTES_PER_SECOND="Gigabytes/Second",Unit2.TERABYTES_PER_SECOND="Terabytes/Second",Unit2.BITS_PER_SECOND="Bits/Second",Unit2.KILOBITS_PER_SECOND="Kilobits/Second",Unit2.MEGABITS_PER_SECOND="Megabits/Second",Unit2.GIGABITS_PER_SECOND="Gigabits/Second",Unit2.TERABITS_PER_SECOND="Terabits/Second",Unit2.COUNT_PER_SECOND="Count/Second",Unit2.NONE="None"})(Unit||(exports.Unit=Unit={}));