kms_connect_custom_key_store {paws.security.identity} | R Documentation |
Connects or reconnects a custom key store to its backing key store
Description
Connects or reconnects a custom key store to its backing key store. For an CloudHSM key store, connect_custom_key_store
connects the key store to its associated CloudHSM cluster. For an external key store, connect_custom_key_store
connects the key store to the external key store proxy that communicates with your external key manager.
See https://www.paws-r-sdk.com/docs/kms_connect_custom_key_store/ for full documentation.
Usage
kms_connect_custom_key_store(CustomKeyStoreId)
Arguments
CustomKeyStoreId |
[required] 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
|
[Package paws.security.identity version 0.6.1 Index]