EndpointArgs

fun EndpointArgs(description: Output<String>? = null, endpointId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, network: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, severity: Output<EndpointSeverity>? = null, threatExceptions: Output<List<String>>? = null, trafficLogs: Output<Boolean>? = null)