Cloud Keys 2020 Python Edition

Questions / Feedback?

schedule_key_deletion Method

Schedules the deletion of a CMK.

Syntax

def schedule_key_deletion(key_id: str, days_to_wait: int) -> None: ...

Remarks

This method schedules the deletion of the CMK specified by KeyId. The DaysToWait parameter specifies the length of the waiting period; it must be a value between 7 and 30.

When a CMK is scheduled for deletion, it cannot be used. This is a safety feature designed to help identify any code that still relies on the CMK.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]