Connection Monitor Test Group Args
data class ConnectionMonitorTestGroupArgs(val destinations: Output<List<String>>, val disable: Output<Boolean>? = null, val name: Output<String>, val sources: Output<List<String>>, val testConfigurations: Output<List<String>>) : ConvertibleToJava<ConnectionMonitorTestGroupArgs>
Describes the connection monitor test group.