UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

10 lines (9 loc) 147 B
/** * Properties of a discovered key */ export interface KeyContextResponse { /** * Id of the key */ readonly keyId: string; }