Connectivity Criterion Args
data class ConnectivityCriterionArgs(val type: Output<String>, val value: Output<List<String>>? = null) : ConvertibleToJava<ConnectivityCriterionArgs>
The criteria by which we determine whether the connector is connected or not. For Example, use a KQL query to check if the expected data type is flowing).