AWSKMSDeleteCustomKeyStoreRequest
Objective-C
@interface AWSKMSDeleteCustomKeyStoreRequest
Swift
class AWSKMSDeleteCustomKeyStoreRequest
-
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customKeyStoreId;
Swift
var customKeyStoreId: String? { get set }