UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 230 B
/** * Properties for looking up an existing Key. */ export interface KeyLookupOptions { /** * The alias name of the Key * * Must be in the format `alias/<AliasName>`. */ readonly aliasName: string; }