-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[KMS] Add Alias.fromLookup() #8822
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
Add ability to lookup full KMS key object by alias name so we can retrieve the target kms key ARN.
Use Case
See issue 5953 (#5953).
kms.Alias.fromAliasName(this, 'myKey', 'alias/myTestKey'), returns aliasName, which is great. But then I would like to get a Key ARN from that alias name.
Proposed Solution
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1