UNPKG

@aws-cdk/cx-api

Version:

Cloud executable protocol

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