scheduleKeyDeletion (method)

Schedules the deletion of a CMK.

Syntax

- (void)scheduleKeyDeletion:(NSString*)keyId :(int)daysToWait;
public func scheduleKeyDeletion(_ keyId: String, _ daysToWait: Int32) throws -> Void

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 iOS Edition - Version 20.0 [Build 8157]