Skip to content

Commit df569d7

Browse files
authored
docs(kms): add an example of a key lookup alias (#23663)
This has confused a customer. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 9307e1b commit df569d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@aws-cdk/aws-kms/lib/key-lookup.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
export interface KeyLookupOptions {
55
/**
66
* The alias name of the Key
7+
*
8+
* Must be in the format `alias/<AliasName>`.
79
*/
810
readonly aliasName: string;
911
}

0 commit comments

Comments
 (0)