Service Mesh Mesh Config Access Log Args
data class ServiceMeshMeshConfigAccessLogArgs(val enabled: Output<Boolean>? = null, val gatewayEnabled: Output<Boolean>? = null, val gatewayLifecycle: Output<Int>? = null, val project: Output<String>? = null, val sidecarEnabled: Output<Boolean>? = null, val sidecarLifecycle: Output<Int>? = null) : ConvertibleToJava<ServiceMeshMeshConfigAccessLogArgs>