Service Log Config Args
data class ServiceLogConfigArgs(val enableInstanceMetrics: Output<Boolean>? = null, val enableRequestMetrics: Output<Boolean>? = null, val logstore: Output<String>, val project: Output<String>) : ConvertibleToJava<ServiceLogConfigArgs>