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