Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit d996e7a

Browse files
committed
add _internal_key_id
1 parent 3772322 commit d996e7a

File tree

1 file changed

+1
-0
lines changed
  • localstack-core/localstack/services/kms

1 file changed

+1
-0
lines changed

localstack-core/localstack/services/kms/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class KmsKey:
295295
rotation_period_in_days: int
296296
next_rotation_date: datetime.datetime | None
297297
previous_keys: list[str]
298+
_internal_key_id: uuid.UUID
298299

299300
def __init__(
300301
self,

0 commit comments

Comments
 (0)