UNPKG

@aws-cdk/aws-kms

Version:

The CDK Construct Library for AWS::KMS

10 lines (9 loc) 173 B
/** * Properties for looking up an existing Key. */ export interface KeyLookupOptions { /** * The alias name of the Key */ readonly aliasName: string; }