UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

13 lines (12 loc) 287 B
export declare class KMSMetrics { static secondsUntilKeyMaterialExpirationAverage(dimensions: { KeyId: string; }): { namespace: string; metricName: string; dimensionsMap: { KeyId: string; }; statistic: string; }; }