Store Encrypt Conf Args
data class StoreEncryptConfArgs(val enable: Output<Boolean>? = null, val encryptType: Output<String>? = null, val userCmkInfo: Output<StoreEncryptConfUserCmkInfoArgs>? = null) : ConvertibleToJava<StoreEncryptConfArgs>
Constructors
Link copied to clipboard
fun StoreEncryptConfArgs(enable: Output<Boolean>? = null, encryptType: Output<String>? = null, userCmkInfo: Output<StoreEncryptConfUserCmkInfoArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
User bring your own key (BYOK) encryption Refer to details, the format is as follows. See user_cmk_info
below.