encryption Key Value
suspend fun encryptionKeyValue(value: Output<ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs>)
suspend fun encryptionKeyValue(value: ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs?)
Parameters
value
Encryption key value of configVariable. Structure is documented below.
suspend fun encryptionKeyValue(argument: suspend ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgsBuilder.() -> Unit)
Parameters
argument
Encryption key value of configVariable. Structure is documented below.