AWSKMSDisconnectCustomKeyStoreRequest
Objective-C
@interface AWSKMSDisconnectCustomKeyStoreRequest
Swift
class AWSKMSDisconnectCustomKeyStoreRequest
-
Enter the ID of the custom key store you want to disconnect. 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 }