AWSKMSUpdateCustomKeyStoreRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSKMSModel.h AWSKMSModel.m |
cloudHsmClusterId
Associates the custom key store with a related AWS CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history with the original cluster. You cannot use this parameter to associate a custom key store with a different cluster.
Clusters that share a backup history have the same cluster certificate. To view the cluster certificate of a cluster, use the DescribeClusters operation.
@property (nonatomic, strong) NSString *cloudHsmClusterId
Declared In
AWSKMSModel.h
customKeyStoreId
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
@property (nonatomic, strong) NSString *customKeyStoreId
Declared In
AWSKMSModel.h
keyStorePassword
Enter the current password of the kmsuser
crypto user (CU) in the AWS CloudHSM cluster that is associated with the custom key store.
This parameter tells AWS KMS the current password of the kmsuser
crypto user (CU). It does not set or change the password of any users in the AWS CloudHSM cluster.
@property (nonatomic, strong) NSString *keyStorePassword
Declared In
AWSKMSModel.h
latestCustomKeyStoreName
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the AWS account.
@property (nonatomic, strong) NSString *latestCustomKeyStoreName
Declared In
AWSKMSModel.h