You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-kms/lib/alias.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ export class Alias extends AliasBase {
188
188
* Import an existing KMS Alias defined outside the CDK app, by the alias name. This method should be used
189
189
* instead of 'fromAliasAttributes' when the underlying KMS Key ARN is not available.
190
190
* This Alias will not have a direct reference to the KMS Key, so addAlias method is not supported.
191
-
* The grant* methods will use the kms:ResourceAliases condition to grant permissions to the specific alias name.
191
+
* The grant* methods will use the kms:ResourceAliases condition to grant permissions to the specific alias name. They will also only modify the principal policy, not the key resource policy.
192
192
*
193
193
* @param scope The parent creating construct (usually `this`).
0 commit comments