We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9307e1b commit df569d7Copy full SHA for df569d7
packages/@aws-cdk/aws-kms/lib/key-lookup.ts
@@ -4,6 +4,8 @@
4
export interface KeyLookupOptions {
5
/**
6
* The alias name of the Key
7
+ *
8
+ * Must be in the format `alias/<AliasName>`.
9
*/
10
readonly aliasName: string;
11
}
0 commit comments