encryption

@JvmName(name = "drfmupilmnqgfpxy")
suspend fun encryption(value: Output<VaultEncryptionArgs>)
@JvmName(name = "pvpjalxjxirmsehf")
suspend fun encryption(value: VaultEncryptionArgs?)

Parameters

value

An encryption block as defined below. Required with identity. !>Note: Once Encryption with your own key has been Enabled it's not possible to Disable it.


@JvmName(name = "fympelttrmnbpyxv")
suspend fun encryption(argument: suspend VaultEncryptionArgsBuilder.() -> Unit)

Parameters

argument

An encryption block as defined below. Required with identity. !>Note: Once Encryption with your own key has been Enabled it's not possible to Disable it.