Endpoint Args
fun EndpointArgs(address: Output<String>? = null, annotations: Output<Map<String, String>>? = null, endpointId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, namespaceId: Output<String>? = null, network: Output<String>? = null, port: Output<Int>? = null, project: Output<String>? = null, serviceId: Output<String>? = null)