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